diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-04-14 21:32:32 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-04-14 21:32:32 -0500 |
commit | b20fd8d9fab5440ca12add8bf632a33f92995c83 (patch) | |
tree | 8fa0b3bf39c8fc824eba6b7b36447697b0a1abbc /libre/your-freedom/PKGBUILD | |
parent | 8999bff3b05d5f35a04260aab2d6d96806eeb91b (diff) | |
download | abslibre-b20fd8d9fab5440ca12add8bf632a33f92995c83.tar.gz abslibre-b20fd8d9fab5440ca12add8bf632a33f92995c83.tar.bz2 abslibre-b20fd8d9fab5440ca12add8bf632a33f92995c83.zip |
your-freedom-20160414-1: updating version
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 604efe7a1..dd92e6383 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=20160405 -_gitver=e36f5533853cf259f5a58aa3f0d6540363988525 +pkgver=20160414 +_gitver=17b456f1936c42c7be522a81c4e32024b08566b4 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=('bcc843511dde7f2e2e1da1a5c31cf861') +md5sums=('51915fb6e6f728cfbae6b14e1d020733') package() { cd "$srcdir" |