diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2019-10-01 02:13:47 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2019-10-01 02:13:47 +0000 |
commit | 6701a044cdde214da79ff4eab2dba0a973cc6e67 (patch) | |
tree | 6bbdbcb3bef8d3e2e22fa5cc34c329a7071dac7f /nonprism | |
parent | 4c82efea049b98677fafd47584f062ea5c041d11 (diff) | |
download | abslibre-6701a044cdde214da79ff4eab2dba0a973cc6e67.tar.gz abslibre-6701a044cdde214da79ff4eab2dba0a973cc6e67.tar.bz2 abslibre-6701a044cdde214da79ff4eab2dba0a973cc6e67.zip |
Update nonprism/your-privacy
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/your-privacy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/your-privacy/PKGBUILD b/nonprism/your-privacy/PKGBUILD index 9e58d99ff..064e668b7 100644 --- a/nonprism/your-privacy/PKGBUILD +++ b/nonprism/your-privacy/PKGBUILD @@ -5,8 +5,8 @@ pkgdesc="This package will remove support for protocols and services known to en license=('GPL3') url="https://projects.parabola.nu/blacklist.git" #url="https://lukeshu.com/git/mirror/parabola/blacklist.git" -pkgver=20190211 -_gitver=09600c23fb29b10ebeed140bd7189e8c9028b3ab +pkgver=20191001 +_gitver=361f51cd3d215f63e2f7fd537fc0a536abdb6b64 pkgrel=1 arch=('any') @@ -17,7 +17,7 @@ replaces=(your-coherence) makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://projects.parabola.nu/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) #source=(blacklist-${_gitver}.txt::https://lukeshu.com/git/mirror/parabola/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) -md5sums=('51ef74b5543b477f89aa13e93d93541e') +md5sums=('45a96cc06fc6fcd7e29742af084fdb24') package() { cd "$srcdir" |