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 bef6428c5..0ef0cd1e5 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=20161220 -_gitver=f28938028a26442a77735e823fd3e91c04b1fe5b +pkgver=20161231 +_gitver=4b4e26016c756aa14f81b4c5c9b87febf911e40a pkgrel=1 arch=('any') @@ -16,7 +16,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://git.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=('652d84a1745b4332d137020291d92619') +md5sums=('a2cf76775ead5bed933dca6883fd8c06') package() { cd "$srcdir" |