diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2016-04-28 16:50:21 -0500 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2016-04-28 16:50:21 -0500 |
commit | c2ac36ed67b48df303dcea4d64bfc1b52a6ce157 (patch) | |
tree | c53f51cd01b2e5ae275c71495857d4cf6c63762d | |
parent | c33525d5480dffac7624fda45a611d088154caeb (diff) | |
download | abslibre-c2ac36ed67b48df303dcea4d64bfc1b52a6ce157.tar.gz abslibre-c2ac36ed67b48df303dcea4d64bfc1b52a6ce157.tar.bz2 abslibre-c2ac36ed67b48df303dcea4d64bfc1b52a6ce157.zip |
your-freedom-20160428-2: minor fix
-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 cbdf0b455..3c7234216 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -6,8 +6,8 @@ license=('GPL3') url="https://projects.parabola.nu/blacklist.git" #url="https://lukeshu.com/git/mirror/parabola/blacklist.git" pkgver=20160428 -_gitver=9dfb55ff089e9a56632ce85a3f762b40411df601 -pkgrel=1 +_gitver=9f2da3ca0f58f33e54e0906de168562652d75d91 +pkgrel=2 arch=('any') groups=('base') @@ -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=('2237bee5411cd2a58ad1ffe5639c5e32') +md5sums=('94d8fb8448566d26804a615e5f9b369b') package() { cd "$srcdir" |