diff options
Diffstat (limited to 'main/iceauth/APKBUILD')
-rw-r--r-- | main/iceauth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iceauth/APKBUILD b/main/iceauth/APKBUILD index 687ecdf0c7..dfd2d8b0e3 100644 --- a/main/iceauth/APKBUILD +++ b/main/iceauth/APKBUILD @@ -9,7 +9,7 @@ license="MIT" subpackages="$pkgname-doc" depends="" makedepends="libice-dev util-macros" -source="http://www.x.org/releases/individual/app/iceauth-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/iceauth-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" |