diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-20 07:41:03 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-20 07:41:03 -0300 |
commit | 5865fc9ccb51ac38e6a23f693201e36bc585ebfb (patch) | |
tree | d7792efe26470efd6205f8bf1c8c414b2be8e4f3 | |
parent | cef7dc7965b6849d0f0b3652c986d827b82e8bfa (diff) | |
download | abslibre-5865fc9ccb51ac38e6a23f693201e36bc585ebfb.tar.gz abslibre-5865fc9ccb51ac38e6a23f693201e36bc585ebfb.tar.bz2 abslibre-5865fc9ccb51ac38e6a23f693201e36bc585ebfb.zip |
your-freedom-20151020-1: updating version
-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 edcd1f65b..ecb46c91f 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=20151009 -_gitver=fc5048d0cf8f67a605c0e263300f631a7923eb4e +pkgver=20151020 +_gitver=61d36ef6643fc63217f697b83827675089bd2685 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=('430a58930129f8fd5f05a233f3ce5837') +md5sums=('c112023ebfc16cb070e8ce1a9fa3bb1e') package() { cd "$srcdir" |