diff options
Diffstat (limited to 'libre')
-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 3d4bc7d79..49be3f64c 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -5,8 +5,8 @@ pkgdesc="This package conflicts with every nonfree package known to date to ensu license=('GPL3') url="https://projects.parabola.nu/blacklist.git" #url="https://lukeshu.com/git/mirror/parabola/blacklist.git" -pkgver=20141006 -_gitver=fc8ccd07c43805de79f22b2ca67e842bba088217 +pkgver=20141009 +_gitver=7690b1a5d83bec3746c6555269c26101bd76d0f8 pkgrel=1 arch=('any') @@ -16,7 +16,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://projects.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver}) #source=(blacklist-${_gitver}.txt::https://lukeshu.com/git/mirror/parabola/blacklist.git/plain/blacklist.txt?id=${_gitver}) -md5sums=('509830202eabcfaa5b3e91658e63d38b') +md5sums=('5b021de3daae178c1484dfc749d16ee4') package() { cd "$srcdir" |