diff options
author | David P <megver83@parabola.nu> | 2018-05-11 15:09:55 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-11 15:09:55 -0300 |
commit | 1d4966a558fc7352ee98501c72097de7caf2528a (patch) | |
tree | 90c1224ba50fb580c8a361f527a558ca3d3267ee /nonsystemd/your-initfreedom | |
parent | 450757f3815d6c6d79f1e72d8a160a7d9b0ddbe0 (diff) | |
download | abslibre-1d4966a558fc7352ee98501c72097de7caf2528a.tar.gz abslibre-1d4966a558fc7352ee98501c72097de7caf2528a.tar.bz2 abslibre-1d4966a558fc7352ee98501c72097de7caf2528a.zip |
upgpkg: nonsystemd/your-initfreedom 20180511-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/your-initfreedom')
-rw-r--r-- | nonsystemd/your-initfreedom/PKGBUILD | 16 | ||||
-rw-r--r-- | nonsystemd/your-initfreedom/your-initfreedom-blacklist.txt | 13 |
2 files changed, 7 insertions, 22 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 } diff --git a/nonsystemd/your-initfreedom/your-initfreedom-blacklist.txt b/nonsystemd/your-initfreedom/your-initfreedom-blacklist.txt deleted file mode 100644 index 5842c77fa..000000000 --- a/nonsystemd/your-initfreedom/your-initfreedom-blacklist.txt +++ /dev/null @@ -1,13 +0,0 @@ -gnome-logs:::: made for systemd -kodi-standalone-service:::: systemd service for kodi -libsystemd:libeudev-systemd::: is part of systemd -libsystemd-standalone:libeudev-systemd::: is part of systemd -netctl:::: is part of systemd -nss-resolv:::: is part of systemd -nss-systemd:::: is part of systemd -python-systemd:::: made for systemd -systemd:eudev-systemd::: -systemd-kcm:::: made for systemd -systemd-swap:::: -systemd-sysvcompat:init::: -systemd-ui:::: |