summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2021-04-29 09:19:39 +0100
committerConnor Behan2021-04-29 09:19:39 +0100
commit078c2dd164b810e9dadd008eaf8cf89c5af04040 (patch)
tree817785b19f8bdb69e921d8258b55be46140c9e64
parente60fb1d6dcd37afdcb9de5a6369ec9c558c6333d (diff)
downloadaur-diet-kconfig.tar.gz
Janitorial
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 120badb1052d..54752345f481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = diet-kconfig
pkgdesc = A script to trim unused modules when compiling the kernel
pkgver = 1
pkgrel = 5
- url = http://ftp.suse.com/pub/people/tiwai/misc/diet-kconfig
+ url = https://ftp.suse.com/pub/people/tiwai/misc/diet-kconfig
arch = i686
arch = x86_64
license = GPL
@@ -11,7 +11,7 @@ pkgbase = diet-kconfig
depends = sed
depends = awk
depends = coreutils
- source = http://ftp.suse.com/pub/people/tiwai/misc/diet-kconfig
+ source = https://ftp.suse.com/pub/people/tiwai/misc/diet-kconfig
md5sums = 500addab85db4abd77e70f04cc352eab
pkgname = diet-kconfig
diff --git a/PKGBUILD b/PKGBUILD
index df1d37e74bfe..a42d51765a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1
pkgrel=5
pkgdesc="A script to trim unused modules when compiling the kernel"
arch=('i686' 'x86_64')
-url="http://ftp.suse.com/pub/people/tiwai/misc/${pkgname}"
+url="https://ftp.suse.com/pub/people/tiwai/misc/${pkgname}"
license=('GPL')
depends=('findutils' 'grep' 'sed' 'awk' 'coreutils')
source=($url)