aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2019-06-29 13:09:04 -0300
committerRafael Fontenelle2019-06-29 13:09:07 -0300
commit1955284709a5b2abe9279fab7edc0ce5af6e1368 (patch)
tree6b03f9c997ba40752b79c75b927492123c57a375 /PKGBUILD
parente978b89dbd95298f92f7009888b8357c739fc06a (diff)
downloadaur-1955284709a5b2abe9279fab7edc0ce5af6e1368.tar.gz
Use HTTP in source URL
Should not use HTTPS in the AC certificates source URL, as it WILL fail when building the package for the first time, causing the 'chicken or the egg' causality dilemma.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcd943b1b87a..320c5e6f63c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://www.iti.gov.br/repositorio/repositorio-ac-raiz"
license=('unknown')
depends=('ca-certificates-utils')
makedepends=('unzip')
-source=("icpbr_certs-${pkgver}-${pkgrel}.zip::https://acraiz.icpbrasil.gov.br/credenciadas/CertificadosAC-ICP-Brasil/ACcompactado.zip")
+source=("icpbr_certs-${pkgver}-${pkgrel}.zip::http://acraiz.icpbrasil.gov.br/credenciadas/CertificadosAC-ICP-Brasil/ACcompactado.zip")
sha512sums=('ba56892fb133fd73b0b175cf457e20337f018f14b1ea49b0b5c8ba3ac812be5e7ecbbc70b02704ad7b221fea6a66d80f3ac5702c29d890294d7880a25e9877d7')
package() {