diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2018-01-17 17:42:30 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2018-01-17 17:42:30 +0000 |
commit | f68a6b99f4e4cc63ae3d3c6230dd42fa3b0e1948 (patch) | |
tree | ccc2ae0c5215907d65b748d305939d93d141949a /libre/your-freedom/PKGBUILD | |
parent | 0559cf69f878b44584787f85db8d0b571690da82 (diff) | |
download | abslibre-f68a6b99f4e4cc63ae3d3c6230dd42fa3b0e1948.tar.gz abslibre-f68a6b99f4e4cc63ae3d3c6230dd42fa3b0e1948.tar.bz2 abslibre-f68a6b99f4e4cc63ae3d3c6230dd42fa3b0e1948.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 53dc4eb5e..1d3a2d95b 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=20180117 -_gitver=f9e9891fd5cca9ea740b0a6dd947cd3bcde1e35e +pkgver=20180117.1 +_gitver=1725b29186419f67295effe7e7761ca2ea4aaa83 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=('6bb2a4e27f58fa8d3b3c5f9f85bf68dc6bde5e282f6bd22705cfcd1c4034b1b3f6d81c03c9c586a56e2ff385f50a80e9f59375f08b3b35315227d417c21187b9') +sha512sums=('fadfc2360cd7ee10ae6943e4f84a94f96667d5d7d64ed4f3fe2c3739c936aaaf155c8f3af784aa7f3457f84e75db356b3323190066f5ca3d28c928d5e994eac0') package() { cd "$srcdir" |