diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2017-05-09 16:57:30 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2017-05-09 16:57:30 +0000 |
commit | 1edbf0b045a5f71b6f5bc2ef6558adcfa62922ea (patch) | |
tree | 5131a9f08fdf624ea205d8218186eb407ffddfef /libre/your-freedom/PKGBUILD | |
parent | 28b4e69d02cd3ed216d598902c4c7f9ad634da59 (diff) | |
download | abslibre-1edbf0b045a5f71b6f5bc2ef6558adcfa62922ea.tar.gz abslibre-1edbf0b045a5f71b6f5bc2ef6558adcfa62922ea.tar.bz2 abslibre-1edbf0b045a5f71b6f5bc2ef6558adcfa62922ea.zip |
Update libre/your-freedom
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 241f566f9..fb8ebd366 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=20170501.1 -_gitver=4912732c56091d50118485328ac749721705c29a +pkgver=20170509 +_gitver=280a03e22a43aa60f264cbb1a66a73bc75b7d895 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=('5576bd8af67cfd355262f7b76296716eb780cdf2403546abfe91e8770cb78e2d87aa8c5e3c6e223260035f76d2650aa1a949e41aafd7ad079f9136fb51365506') +sha512sums=('16eb90afc4f882412c0159243d34d392bb2efef48adeb17a86ab934d97a4847998af2c53f90f639eb7e934e6d7dc52b8a1ca07c6e7fd2e09d2ed0b0cb1efdb5c') package() { cd "$srcdir" |