summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2018-09-24 21:54:24 +0200
committerLuca Weiss2018-09-24 21:54:29 +0200
commit4e26d235519b1c7ca23195210041d0d5389cd627 (patch)
treeadb06b0f0a85910da8c8d2345d0ef7bf91ba5a1c
parentffb7c0b216b0b21a53bc31e8d1e75476bb421d87 (diff)
downloadaur-4e26d235519b1c7ca23195210041d0d5389cd627.tar.gz
Use deb.debian.org as source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee21527da253..fe4d19f8737b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = dh-autoreconf
depends = automake
depends = gettext
depends = libtool
- source = http://ftp.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_19.tar.xz
+ source = https://deb.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_19.tar.xz
sha256sums = d6d7feb73c9a762a6eb93d407e33cbe056cfcea9aca14bef2121037b1a9e18fb
pkgname = dh-autoreconf
diff --git a/PKGBUILD b/PKGBUILD
index af01115009dc..7710e44a54df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="http://packages.debian.org/sid/dh-autoreconf"
license=('GPL')
depends=('debhelper' 'perl' 'autoconf' 'automake' 'gettext' 'libtool')
-source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
+source=(https://deb.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
sha256sums=('d6d7feb73c9a762a6eb93d407e33cbe056cfcea9aca14bef2121037b1a9e18fb')
package() {