diff options
Diffstat (limited to 'main/makedepend/APKBUILD')
-rw-r--r-- | main/makedepend/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/makedepend/APKBUILD b/main/makedepend/APKBUILD index 511755579f..f900b10ee8 100644 --- a/main/makedepend/APKBUILD +++ b/main/makedepend/APKBUILD @@ -11,7 +11,7 @@ depends= makedepends="xorgproto util-macros" install="" subpackages="$pkgname-doc" -source="http://www.x.org/releases/individual/util/${pkgname}-${pkgver}.tar.bz2" +source="https://www.x.org/releases/individual/util/${pkgname}-${pkgver}.tar.bz2" build() { cd "$builddir" |