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 ec4a9c6e7..2dc6f6793 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=20200802 -_gitver=45300d33a52ad54d46d2b6fb81c9d63bbb0ce8a1 +pkgver=20200802.1 +_gitver=49ae7c0f5fe9c2b84cf1570c7c7c913505370837 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=('460d1c0ff635d6bcd29942c3c893a60b08b193672cbc2e6cef3bbb7e91925c97704bc4438048742e868a21ebc852525c6fa14f4f4a19fe016943e92eb3800aef') +sha512sums=('413ed003eca93536fdc0ce8303c92923805d58c555006dd9a60f4e65dd6c4b43fb35ef973ea8c2398812080a5a27b2427a1ab4972f8fe7aeef0156476c381e0a') package() { cd "$srcdir" |