diff options
Diffstat (limited to 'nonsystemd/your-initfreedom/PKGBUILD')
-rw-r--r-- | nonsystemd/your-initfreedom/PKGBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/nonsystemd/your-initfreedom/PKGBUILD b/nonsystemd/your-initfreedom/PKGBUILD index 5be07316a..bcae9b373 100644 --- a/nonsystemd/your-initfreedom/PKGBUILD +++ b/nonsystemd/your-initfreedom/PKGBUILD @@ -4,18 +4,17 @@ pkgname=your-initfreedom pkgdesc="This package will remove support for systemd." license=('GPL3') url="https://git.parabola.nu/blacklist.git" -pkgver=20180509 -_gitver=ce104115ea671c4dd4bf7dc0b70ba9cf40948ee3 -pkgrel=2 +pkgver=20180511 +_gitver=c7fb2f104f7d4c0110b5e152b8ef6385509df0e8 +pkgrel=1 arch=('any') groups=('base-openrc') install=${pkgname}.install makedepends=(librelib) -# source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) -source=(${pkgname}-blacklist.txt) -sha512sums=('8f49cfff0b631fd5e48b7093240f9c1e3b5cc9cc7b939c39ecb7ca7d8ebbf1ca277fea78d9f8e332a04a46749338615b6aa2d76ba3f05685a162216997c41b25') +source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) +sha512sums=('c908ddf2329f149cd1d84f22656e1c910c22799f47828a2d09f8c20745ab12fd0e8ba714af3eab528ff71d92b83767f9a9aff3dd80d2f800798468ad3f3e96fe') pkgver() { date +%Y%m%d @@ -25,13 +24,12 @@ package() { cd "$srcdir" conflicts=($( - < ${pkgname}-blacklist.txt \ + < blacklist-${_gitver}.txt \ libreblacklist normalize | cut -d: -f1,2 | sed -n 's/:$//p' | sort -u )) -# install -Dm644 blacklist-${_gitver}.txt "$pkgdir"/usr/share/doc/${pkgname}/blacklist.txt - install -Dm644 ${pkgname}-blacklist.txt "$pkgdir"/usr/share/doc/${pkgname}/blacklist.txt + install -Dm644 blacklist-${_gitver}.txt "$pkgdir"/usr/share/doc/${pkgname}/blacklist.txt } |