diff options
author | Luca Weiss | 2018-09-24 21:54:24 +0200 |
---|---|---|
committer | Luca Weiss | 2018-09-24 21:54:29 +0200 |
commit | 4e26d235519b1c7ca23195210041d0d5389cd627 (patch) | |
tree | adb06b0f0a85910da8c8d2345d0ef7bf91ba5a1c /PKGBUILD | |
parent | ffb7c0b216b0b21a53bc31e8d1e75476bb421d87 (diff) | |
download | aur-4e26d235519b1c7ca23195210041d0d5389cd627.tar.gz |
Use deb.debian.org as source
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |