diff options
Diffstat (limited to 'testing/ghex/APKBUILD')
-rw-r--r-- | testing/ghex/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ghex/APKBUILD b/testing/ghex/APKBUILD index 20b722e409..f0484d2716 100644 --- a/testing/ghex/APKBUILD +++ b/testing/ghex/APKBUILD @@ -13,7 +13,7 @@ depends_dev="gtk+3.0-dev" makedepends="$depends_dev itstool libxml2-utils" install="" subpackages="$pkgname-dev $pkgname-lang $pkgname-doc" -source="http://ftp.gnome.org/pub/GNOME/sources/ghex/$_pkgver/$pkgname-$pkgver.tar.xz" +source="https://download.gnome.org/sources/ghex/$_pkgver/$pkgname-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver |