diff options
Diffstat (limited to 'testing/gnome-shell/APKBUILD')
-rw-r--r-- | testing/gnome-shell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gnome-shell/APKBUILD b/testing/gnome-shell/APKBUILD index 9286ddc26e..c1efbfa0c4 100644 --- a/testing/gnome-shell/APKBUILD +++ b/testing/gnome-shell/APKBUILD @@ -27,7 +27,7 @@ makedepends="gnome-desktop-dev itstool libxml2-utils" subpackages="$pkgname-lang $pkgname-dbg" -source="http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { |