diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-08 03:20:59 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-08 03:20:59 -0300 |
commit | f039450eba883c38eb0423e53ed8570ad9846390 (patch) | |
tree | 1947a1c4351ab77f9c189000b9ba019905cd03ed /libre | |
parent | f7a1904a45a3b3d47372ad17a8d2b7b17e5a4934 (diff) |
your-freedom-20160308-1: updating version
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 a2989050f..8135065b5 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=20160130 -_gitver=7d495a8e6aad9dc99e504f8a729e89218fff8633 +pkgver=20160308 +_gitver=04c94b217fd6a83b7a1c28a24ae27cdf4c2ac361 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=('e5172a85f39cb413b5bf1d730e679869') +md5sums=('78de056949c33930ebe53bccf54c6a2f') package() { cd "$srcdir" |