diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 15:03:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 15:45:30 +0000 |
commit | fa8edb1a5171ccb751574ec89a2a3648217831ce (patch) | |
tree | 0710215e6ff46013e375133bf62491db02f15094 /testing/gnome-shell | |
parent | 79929e778ed38edf50f507dcb719a24d2ea9dea6 (diff) | |
download | aports-fa8edb1a5171ccb751574ec89a2a3648217831ce.tar.bz2 aports-fa8edb1a5171ccb751574ec89a2a3648217831ce.tar.xz |
testing/[varioius]: replace ftp.gnome.org source url
Diffstat (limited to 'testing/gnome-shell')
-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() { |