diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/your-freedom/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/your-freedom_emu/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 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 |