diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2018-10-25 00:32:57 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2018-10-25 00:32:57 +0000 |
commit | 080675ff0ef1c5d147879a800c7219f196353e40 (patch) | |
tree | 31e48ab1297baa4e42bc6ff098b9a74abcac6f45 | |
parent | 7c4f55b9acd7d2b5bfdf9dfe767c0f03439042ba (diff) | |
download | abslibre-080675ff0ef1c5d147879a800c7219f196353e40.tar.gz abslibre-080675ff0ef1c5d147879a800c7219f196353e40.tar.bz2 abslibre-080675ff0ef1c5d147879a800c7219f196353e40.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 6eee36912..05a30c460 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=20181023 -_gitver=9a721b331d7f180878e52c7cc69c33b195d4e0e0 +pkgver=20181025 +_gitver=8a9c4f870b723a4463a92103cca9219853495093 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=('3761ea158560ac8b46ca1b51e97813bab463046141126de2442d74c747b0541c59014e64cb87db0ac96fd19b3d22ce70221340826c3545f415f1bc8f62c8a1ae') +sha512sums=('a2f299ffa52e9f7881fc59842df738913344cc16c5e5ce92f6c01345612b2e25cafcbaac7b166cac73a3b2007a6815bc5def5da6af453452b0ba753aa10448d8') package() { cd "$srcdir" |