diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-02-20 17:01:15 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-02-20 17:01:15 -0300 |
commit | 9360137e5a5e55b957cfe6677bb5c396e4595b22 (patch) | |
tree | 93d7fdbe54959e695808f0d531f0f38ad931097e /libre/your-freedom | |
parent | cf8fa9ecc3bfa7297522309e4009cc44172f5c7f (diff) | |
download | abslibre-9360137e5a5e55b957cfe6677bb5c396e4595b22.tar.gz abslibre-9360137e5a5e55b957cfe6677bb5c396e4595b22.tar.bz2 abslibre-9360137e5a5e55b957cfe6677bb5c396e4595b22.zip |
your-freedom-20170220-1: updating version
Diffstat (limited to 'libre/your-freedom')
-rw-r--r-- | libre/your-freedom/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD index 691896710..8ba76c4a1 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -5,9 +5,9 @@ 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=20170106 -_gitver=5c3c4876c73e6c949b09633b80293059fc13bd55 -pkgrel=2 +pkgver=20170220 +_gitver=a71043f44c791f61ea7a3cce084f20978d5e763b +pkgrel=1 arch=('any') groups=('base' 'base-openrc') @@ -16,7 +16,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://git.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=('952c42dd5cb8d562234b95175c4acaa2') +md5sums=('e5e76a1effa0ea1551b246b9a9956bf5') package() { cd "$srcdir" |