summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2019-08-17 21:50:43 +0200
committerLuca Weiss2019-08-17 21:50:43 +0200
commit4784fd391639a7d21b1cfba6db7be6e75212b1ee (patch)
tree65c643e53571131105c92c587324f782cc4ed056
parent4e26d235519b1c7ca23195210041d0d5389cd627 (diff)
downloadaur-4784fd391639a7d21b1cfba6db7be6e75212b1ee.tar.gz
dh-autoreconf: change url field 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 fe4d19f8737b..a363494e947b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dh-autoreconf
pkgdesc = debhelper add-on to call autoreconf and clean up after the build
pkgver = 19
pkgrel = 1
- url = http://packages.debian.org/sid/dh-autoreconf
+ url = https://packages.debian.org/sid/dh-autoreconf
arch = any
license = GPL
depends = debhelper
diff --git a/PKGBUILD b/PKGBUILD
index 7710e44a54df..3a6b45c430cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=19
pkgrel=1
pkgdesc="debhelper add-on to call autoreconf and clean up after the build"
arch=('any')
-url="http://packages.debian.org/sid/dh-autoreconf"
+url="https://packages.debian.org/sid/dh-autoreconf"
license=('GPL')
depends=('debhelper' 'perl' 'autoconf' 'automake' 'gettext' 'libtool')
source=(https://deb.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)