diff options
Diffstat (limited to 'libre')
-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 7d78ad2db..93df102a7 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=20190226 -_gitver=3f44ef824d565a6f72418046cd3c71c1e5826b53 +pkgver=20190226.1 +_gitver=57a348dabe9f8e541b55df1240e56696ae8ebea6 pkgrel=1 arch=('any') @@ -14,7 +14,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver}) -sha512sums=('b22dd7859548856aaf10168f3f551d01268393ddcce0648010b846ad6804c1b6d3d1cd43c1c7eb62b609ea6240564935aa4548c924bc1a0da693aeb019e0e539') +sha512sums=('18056cd732a7f181639caaa0bf89a2392fb1bf2ca9d215e7e6daf99dc8f4d321053c6eda1a8e2544dd4be0dee372fa997318c6b0db290b9b4481bd451881cfac') package() { cd "$srcdir" |