diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-21 01:18:26 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-21 01:18:26 -0500 |
commit | 9451a114694c43f7c9258fd75d1a54eb8ae745d7 (patch) | |
tree | f6b1e712a23897c35e16cf1eb5804ffe580a2bc7 /libre/your-freedom | |
parent | 717efb4184dd878a994463ad0a023fc001452f91 (diff) | |
download | abslibre-9451a114694c43f7c9258fd75d1a54eb8ae745d7.tar.gz abslibre-9451a114694c43f7c9258fd75d1a54eb8ae745d7.tar.bz2 abslibre-9451a114694c43f7c9258fd75d1a54eb8ae745d7.zip |
your-freedom-20150620-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 12794632d..2878d1f09 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=20150612 -_gitver=ced46d7d94c73a73c5e1cafcacea64b58d315bb0 +pkgver=20150620 +_gitver=4deca96985f0c57186091f238642ff6e760d5125 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=('03dffa5db46e18bd148493bc30230f49') +md5sums=('94c36f5b87bbb5a44143a1aba987afb9') package() { cd "$srcdir" |