diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-24 21:26:54 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-04-24 21:26:54 -0400 |
commit | 0ce373711397ec636db438913e6dbac31b7f406e (patch) | |
tree | 971bc5629bab948c0e67182355643c48a81fe353 /libre/parabola-keyring/PKGBUILD | |
parent | 579a660d43b963ab3e7cc5bbe793e6cbc9a7937c (diff) | |
download | abslibre-0ce373711397ec636db438913e6dbac31b7f406e.tar.gz abslibre-0ce373711397ec636db438913e6dbac31b7f406e.tar.bz2 abslibre-0ce373711397ec636db438913e6dbac31b7f406e.zip |
libre/parabola-keyring: update url & source
by default, librefetch.conf only includes https URLs in MIRRORS.
Diffstat (limited to 'libre/parabola-keyring/PKGBUILD')
-rw-r--r-- | libre/parabola-keyring/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD index 159ecb22b..96a2f0877 100644 --- a/libre/parabola-keyring/PKGBUILD +++ b/libre/parabola-keyring/PKGBUILD @@ -6,11 +6,10 @@ _giver=none pkgrel=1 pkgdesc='Parabola GNU/Linux-libre PGP keyring' arch=('any') -url='https://projects.parabola.nu/hackers.git/' +url='https://git.parabola.nu/hackers.git/' license=('GPL') install=$pkgname.install -source=("http://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz" - "http://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz.sig") +source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) sha512sums=('61c9d47c7e5e3eb20e7ed5ec9f4814762d476b1e69ef1fba5c9dcf5775627582ae0a27723ed182f6e1b17cfa52a1c966e629cac8bbade1b42a4cad8204afd370' 'SKIP') validpgpkeys=('D3EAD7F9D076EB9AF650149DA170D6A0B669E21A') # Parabola automatic package builder <dev@lists.parabolagnulinux.org> |