diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2017-12-30 15:35:42 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2017-12-30 15:35:42 +0000 |
commit | 5b13713308e4b32b12391d61b0533a8c7870a03b (patch) | |
tree | 326bb71deaf51f0c9286b61a1cca473587a9e7ca | |
parent | 4bea2dbc8ae2eaf856121868c1c98414ffffe7bf (diff) | |
download | abslibre-5b13713308e4b32b12391d61b0533a8c7870a03b.tar.gz abslibre-5b13713308e4b32b12391d61b0533a8c7870a03b.tar.bz2 abslibre-5b13713308e4b32b12391d61b0533a8c7870a03b.zip |
Update 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 618e71f07..4e8a0c866 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -4,8 +4,8 @@ pkgname=your-freedom pkgdesc="This package conflicts with every nonfree package known to date to ensure your system is free." license=('GPL3') url="https://git.parabola.nu/blacklist.git" -pkgver=20171230 -_gitver=45af41c04eaa222e65c84dec35eee5517a977182 +pkgver=20171230.1 +_gitver=cd49231728e2657817017103cb65990b2603c470 pkgrel=1 arch=('any') @@ -14,7 +14,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver}) -sha512sums=('ef6d4723aa3ad7554b68a19a1d420e33d9c00501d4d098f4c4e6d0d5b1fcf0c3fc6b5b80dfbd9063fcf890debbca9fd3e7db8c5c11ebba6e7b237debd9603209') +sha512sums=('293d159cfda2635b80fe2b55912fc96ae4dd6e5c909070bb3164b65049a0abf593ddc22aef5c1dce7c834f5b6d765b54bbd0be60adb8b3906dd9fb2502f61ad8') package() { cd "$srcdir" |