diff options
author | David P <megver83@parabola.nu> | 2020-06-17 17:44:32 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2020-06-17 17:44:32 -0400 |
commit | 02957bb30de3f978c550ab3d978da8aae94f7422 (patch) | |
tree | 9898a95f353d59c7028bf9cf7938676463794c2e | |
parent | 7b607897cdcd7c71e4b5608482343f0a7b72505d (diff) | |
download | abslibre-02957bb30de3f978c550ab3d978da8aae94f7422.tar.gz abslibre-02957bb30de3f978c550ab3d978da8aae94f7422.tar.bz2 abslibre-02957bb30de3f978c550ab3d978da8aae94f7422.zip |
updpkg: nonsystemd/your-initfreedom 20200617-1
Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r-- | nonsystemd/your-initfreedom/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonsystemd/your-initfreedom/PKGBUILD b/nonsystemd/your-initfreedom/PKGBUILD index ea24ffecb..459fd887d 100644 --- a/nonsystemd/your-initfreedom/PKGBUILD +++ b/nonsystemd/your-initfreedom/PKGBUILD @@ -4,16 +4,16 @@ pkgname=your-initfreedom pkgdesc="This package conflicts with every package known to work only for/with systemd." license=('GPL3') url="https://git.parabola.nu/blacklist.git" -pkgver=20191031 -_gitver=fc51ba3cee3bdb693507af69de18de53ff99f3e5 -pkgrel=2 +pkgver=20200617 +_gitver=bfeb700f416853a64851d013245e2964f907b626 +pkgrel=1 arch=('any') install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) -sha512sums=('c83fd4c8aab8f6cd679588f066f15a6ed590973abafad02020318b5de4814a85871f3c54bea4090454581b87a2cd09559d908ca10aa9ac0ac01be93f54bb799d') +sha512sums=('706ba7a132346926b57db9def597fd2e06fab6e1916de85ff049ed5708f95e2032d30d1586853358647763c5cb399c15518ab2005ed90cd57f29918ecc798c4e') package() { cd "$srcdir" |