diff options
Diffstat (limited to 'libre/your-freedom/PKGBUILD')
-rw-r--r-- | libre/your-freedom/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD index 33e609ae6..eb6403cf6 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -4,8 +4,8 @@ pkgname=your-freedom pkgdesc="This package conflicts with every nonfree package known to date to ensure your system is free." license=('GPL3') url="https://git.parabola.nu/blacklist.git" -pkgver=20200804 -_gitver=2052784996ab30845b03316882e0aa8ea88d7044 +pkgver=20200804.1 +_gitver=36734dbb719b0fbc34b057bdadbebda64188d5c2 pkgrel=1 arch=('any') @@ -13,7 +13,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver}) -sha512sums=('29c527eea402f0b23d7bcfe44d80a55b8148d7af55d623d63b7c1aa462a77e88fcb48d953ec88f1dcb69689ab406c110665df49fc88b1bfffa42de94bc875295') +sha512sums=('877aeec6da6146f89bbcc689719a870cb071e45fd62f356e890584b2ed595b00017631785595260078e3d64195823785cc14017fae2677cbf9b79f5c9b15fa77') package() { cd "$srcdir" |