diff options
-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 9eb5619ac..eafc9e214 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -5,8 +5,8 @@ pkgdesc="This package conflicts with every nonfree package known to date to ensu license=('GPL3') url="https://projects.parabola.nu/blacklist.git" #url="https://lukeshu.com/git/mirror/parabola/blacklist.git" -pkgver=20160607 -_gitver=5a2f927569f4f4da115858cc41f3ac2a3de714b6 +pkgver=20160725 +_gitver=6ae97ad421aad8c989a48138f9948e8b52cc6895 pkgrel=1 arch=('any') @@ -16,7 +16,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://projects.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver}) #source=(blacklist-${_gitver}.txt::https://lukeshu.com/git/mirror/parabola/blacklist.git/plain/blacklist.txt?id=${_gitver}) -md5sums=('7499d2cf79fb5e9522d20216fe78b86f') +md5sums=('23dd8bdd6c6d3372e1ecd2044f4130db') package() { cd "$srcdir" |