summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorT.J. Townsend2022-11-09 15:12:54 +0000
committerT.J. Townsend2022-11-09 15:12:54 +0000
commitd54d229932ea0086a47a5d3d2f3632edb1c6930b (patch)
tree8f252847e182ec0dcd6c5fa206b7700e819f9415
parent7776c63a4eaef5d9a5f4b11622387be039c8ec1f (diff)
downloadaur-d54d229932ea0086a47a5d3d2f3632edb1c6930b.tar.gz
switch some urls and source lines to https
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba7cbb7fdc08..0463fca2763b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ url='https://packages.qa.debian.org/l/lockdev.html'
license=("GPL")
arch=('x86_64')
depends=('glibc' 'systemd')
-source=("http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz"
- "http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz"
+source=("https://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz"
+ "https://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz"
'build.patch'
'gcc-4.7.patch')
md5sums=('64b9c1b87b125fc348e892e24625524a'