diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-07 12:15:26 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-07 12:15:26 -0500 |
commit | abe0b4701cb7c566c8702956ef66a98c71fd3b5b (patch) | |
tree | 550d14da1b3a920bb900add8fdf7e8202e274530 /libre/your-freedom | |
parent | abd0da776807fe51a6f54fcb1c00cbcf9d515b94 (diff) |
your-freedom-20150707-1: updating version
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 8f00983ae..c8a460a07 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=20150702 -_gitver=ae4f2c6265bacccdce71612d9530963a1e137e4b +pkgver=20150707 +_gitver=1db50607b842874643a125ecc2bf4470e6f57702 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=('33da6de10cc51304484a1f9dd079bd15') +md5sums=('0c2587f1419a0d43da4059857dcc556f') package() { cd "$srcdir" |