diff options
-rw-r--r-- | libre/your-freedom/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/your-freedom_emu/PKGBUILD | 4 | ||||
-rw-r--r-- | nonprism/your-privacy/PKGBUILD | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD index 0d375b139..44e5e314b 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -5,7 +5,7 @@ pkgdesc="This package conflicts with every nonfree package known to date to ensu license=('GPL3') #url="https://projects.parabolagnulinux.org/blacklist.git" url="https://lukeshu.com/git/mirror/parabola/blacklist.git" -pkgver=20140827 +pkgver=20140827.1 _gitver=5575cf1f075adc00652d6c9aad01369e1410d8fb pkgrel=1 @@ -23,7 +23,7 @@ package() { conflicts=($( < blacklist-${_gitver}.txt \ - blacklist normalize | + libreblacklist normalize | cut -d: -f1,2 | sed -n 's/:$//p' | sort -u diff --git a/libre/your-freedom_emu/PKGBUILD b/libre/your-freedom_emu/PKGBUILD index 3344f8afc..8b289cd94 100644 --- a/libre/your-freedom_emu/PKGBUILD +++ b/libre/your-freedom_emu/PKGBUILD @@ -5,7 +5,7 @@ pkgdesc="This package removes hardware emulators that emulate technically free g license=('GPL3') #url="https://projects.parabolagnulinux.org/blacklist.git" url="https://lukeshu.com/git/mirror/parabola/blacklist.git" -pkgver=20140827 +pkgver=20140827.1 _gitver=e2410d7936cac105a8af764a2bf771fdcffed4c7 pkgrel=1 @@ -22,7 +22,7 @@ package() { conflicts=($( < blacklist-${_gitver}.txt \ - blacklist normalize | + libreblacklist normalize | cut -d: -f1,2 | sed -n 's/:$//p' | sort -u diff --git a/nonprism/your-privacy/PKGBUILD b/nonprism/your-privacy/PKGBUILD index 15b6e7995..599f586b3 100644 --- a/nonprism/your-privacy/PKGBUILD +++ b/nonprism/your-privacy/PKGBUILD @@ -5,7 +5,7 @@ pkgdesc="This package will remove support for unsafe/dangerous for privacy proto license=('GPL3') #url="https://projects.parabolagnulinux.org/blacklist.git" url="https://lukeshu.com/git/mirror/parabola/blacklist.git" -pkgver=20140827 +pkgver=20140827.1 _gitver=ee8234dcb7e270c434d6cce01942600feb9444f0 pkgrel=1 @@ -23,7 +23,7 @@ package() { conflicts=($( < blacklist-${_gitver}.txt \ - blacklist normalize | + libreblacklist normalize | cut -d: -f1,2 | sed -n 's/:$//p' | sort -u |