diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2018-09-03 21:16:18 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2018-09-03 21:16:18 +0000 |
commit | 6b6fb8c0c2a3fcac0f93423379f0d936f15ccf5f (patch) | |
tree | 5dd31ba7490a2dba60c2623174b82b0ac831b357 /nonprism | |
parent | 63ea2b39296aaf2dfd2330cf99ba6e356fcdf7bb (diff) | |
download | abslibre-6b6fb8c0c2a3fcac0f93423379f0d936f15ccf5f.tar.gz abslibre-6b6fb8c0c2a3fcac0f93423379f0d936f15ccf5f.tar.bz2 abslibre-6b6fb8c0c2a3fcac0f93423379f0d936f15ccf5f.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 a4de0099f..5d7f0023d 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=20180612 -_gitver=83ea04f79ccbecda693a476221d1aece993547d5 +pkgver=20180903 +_gitver=ed7e47d16ddbdf7d9a0829d4882ee4135ac3fa64 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=('67677b5cc5e5eaf1a2507a303dcde712') +md5sums=('a7c873b9dc746af42dc89ea628bfa514') package() { cd "$srcdir" |