diff options
Diffstat (limited to 'libre/your-freedom')
-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 3a33df60e..d27072780 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=20201018 -_gitver=1b22d1524c3ef349457540c89fe5b4e9226e47ad +pkgver=20201030 +_gitver=2dc539b08a8e6950a8884df076d2192d1117ac53 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=('4800bb7e8b9e1bcaf1c3cded0be3f4a57466a8644958ad58734d3c16b95008267c3f28dac0d0c0985f18d4e9eca4a6db15deac3d94319af0daad0a696393ed1c') +sha512sums=('5ae4cb6752d2e44bef5939b9b3c67e4aac036e52d217f9b686851c5c728105aa57cd0146773b8233fabde588f672297050a2990045f35c836dba398651378a53') package() { cd "$srcdir" |