diff options
author | David P <megver83@parabola.nu> | 2021-06-28 02:49:18 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2021-06-28 02:49:18 -0400 |
commit | 366c2f8349b878b70dba5f14a611d39afd1ced80 (patch) | |
tree | 7559ccae3873c4d226e00160f42e90d1754c4ffa /nonsystemd/your-initfreedom | |
parent | d40bb4d2939ab8442a016e8cb439291b8ec8bd35 (diff) | |
download | abslibre-366c2f8349b878b70dba5f14a611d39afd1ced80.tar.gz abslibre-366c2f8349b878b70dba5f14a611d39afd1ced80.tar.bz2 abslibre-366c2f8349b878b70dba5f14a611d39afd1ced80.zip |
updpkg: nonsystemd/your-initfreedom 20210628-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/your-initfreedom')
-rw-r--r-- | nonsystemd/your-initfreedom/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonsystemd/your-initfreedom/PKGBUILD b/nonsystemd/your-initfreedom/PKGBUILD index 459fd887d..65a73f19a 100644 --- a/nonsystemd/your-initfreedom/PKGBUILD +++ b/nonsystemd/your-initfreedom/PKGBUILD @@ -4,8 +4,8 @@ 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=20200617 -_gitver=bfeb700f416853a64851d013245e2964f907b626 +pkgver=20210628 +_gitver=50cf92a24fa5e2a6e4d70b90fbabd161dc2554e3 pkgrel=1 arch=('any') @@ -13,7 +13,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) -sha512sums=('706ba7a132346926b57db9def597fd2e06fab6e1916de85ff049ed5708f95e2032d30d1586853358647763c5cb399c15518ab2005ed90cd57f29918ecc798c4e') +sha512sums=('b0a421a21eedde392d77d1b2264e7d71f4725e89481bca7a01afb25e95a51edeb10a4e7f5fadd31bd243cfdfcdb40d32215f497c994d938c5907223ef8ce9e28') package() { cd "$srcdir" |