diff options
Diffstat (limited to 'main/imake/APKBUILD')
-rw-r--r-- | main/imake/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/imake/APKBUILD b/main/imake/APKBUILD index 0ee6f0660a..0d8a010eba 100644 --- a/main/imake/APKBUILD +++ b/main/imake/APKBUILD @@ -12,7 +12,7 @@ depends_dev= makedepends="util-macros $depends_dev xorgproto" install="" subpackages="$pkgname-doc" -source="http://ftp.x.org/pub/individual/util/$pkgname-$pkgver.tar.bz2" +source="https://ftp.x.org/pub/individual/util/$pkgname-$pkgver.tar.bz2" build() { cd "$builddir" |