summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fung2022-04-19 00:23:23 -0700
committerEric Fung2022-04-19 00:23:23 -0700
commit5a6effc09d51245d06560e292da10bddf669c3b9 (patch)
tree5411c3854422c0a2fa8a73f37cee66f397d0cb1d
parent97862441809e0ce5b1288666ad94857391f007f6 (diff)
downloadaur-5a6effc09d51245d06560e292da10bddf669c3b9.tar.gz
Changed source to use https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 207eeec7f5bc..c59caf41c3e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = intltool-debian
license = GPL
depends = gettext
depends = perl
- source = http://ftp.debian.org/debian/pool/main/i/intltool-debian/intltool-debian_0.35.0+20060710.5_all.deb
+ source = https://deb.debian.org/debian/pool/main/i/intltool-debian/intltool-debian_0.35.0+20060710.5_all.deb
sha256sums = 1ab5215e135b2b55178083ef6115913e49c6d661e7fb4f0086c1d740dc69aa5d
pkgname = intltool-debian
diff --git a/PKGBUILD b/PKGBUILD
index 2b7e3ac454ef..748a280e2dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="http://www.debian.org/"
license=('GPL')
depends=('gettext' 'perl')
-source=(http://ftp.debian.org/debian/pool/main/i/intltool-debian/${pkgname}_${pkgver}+20060710.5_all.deb)
+source=(https://deb.debian.org/debian/pool/main/i/intltool-debian/${pkgname}_${pkgver}+20060710.5_all.deb)
sha256sums=('1ab5215e135b2b55178083ef6115913e49c6d661e7fb4f0086c1d740dc69aa5d')
build() {