summaryrefslogtreecommitdiff
path: root/libre/your-freedom/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/your-freedom/PKGBUILD')
-rw-r--r--libre/your-freedom/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD
index 1c15ca6ed..4360d253e 100644
--- a/libre/your-freedom/PKGBUILD
+++ b/libre/your-freedom/PKGBUILD
@@ -1,26 +1,27 @@
# Maintainer: Parabola Project <dev@lists.parabolagnulinux.org>
pkgname=your-freedom
-pkgver=...
-_gitver=...
pkgdesc="This package conflicts with every nonfree package known to date to ensure your system is free."
license=('GPL3')
url="https://projects.parabolagnulinux.org/blacklist.git"
+pkgver=20140623.3
+_gitver=a9535cf32f27dd22ee6154d3b73fb52c8a7ae513
pkgrel=1
+
arch=('any')
groups=('base')
install=${pkgname}.install
makedepends=(librelib)
source=(blacklist-${_gitver}.txt::https://projects.parabolagnulinux.org/blacklist.git/plain/blacklist.txt?id=${_gitver})
-md5sums=('5fd14982619414fea1882b351607291e')
+md5sums=('d28686e73aeb011bf4dc621d9cb02979')
package() {
cd "$srcdir"
conflicts=($(
- < blacklist-${pkgver}.txt \
+ < blacklist-${_gitver}.txt \
libreblacklist normalize |
cut -d: -f1,2 |
sed -n 's/:$//p' |