diff --git a/srcpkgs/9base/template b/srcpkgs/9base/template index feade2c2eb..e7cee72701 100644 --- a/srcpkgs/9base/template +++ b/srcpkgs/9base/template @@ -1,19 +1,20 @@ -# Template file for '9base'. +# Template file for '9base' pkgname=9base version=6.0.20190911 -revision=1 +revision=2 _githash=63916da7bd6d73d9a405ce83fc4ca34845667cce -wrksrc="9base-${_githash}" +wrksrc="9base" build_style=gnu-makefile # we use byacc instead of internal version hostmakedepends="byacc" short_desc="Revived minimalist port of Plan 9 userland to Unix" -maintainer='Tai Chi Minh Ralph Eastwood ' -license="custom" +maintainer="Tai Chi Minh Ralph Eastwood " +license="custom:Plan9" homepage="http://git.suckless.org/9base" -# Checked out from http://git.suckless.org/9base/ and created tarball with 'git archive'. -distfiles="https://distfiles.voidlinux.de/9base-${_githash}.tar.gz" -checksum=bb8cd1e0060824914839fd090353971862a1025ae4b8ea5d1e99618ddd1b160f +# Checked out from http://git.suckless.org/9base/ and created tarball with +# git archive -o 9base-${_githash}.tar.gz --prefix=9base/ master . +distfiles="https://alpha.de.repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz" +checksum=b315509470c25db88595bd0e9478428dea54d7836fe2ba9d07279ae9496366fb conflicts="plan9port" provides="plan9port-20160418_4"