diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 15:01:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 15:45:30 +0000 |
commit | 79929e778ed38edf50f507dcb719a24d2ea9dea6 (patch) | |
tree | 0c8ff5fbf4695c794779bdf8195835439e1d4c43 /community/libgweather | |
parent | 7817a6c9e141ba7f1ae2d20ea1b00fdefac775a6 (diff) | |
download | aports-79929e778ed38edf50f507dcb719a24d2ea9dea6.tar.bz2 aports-79929e778ed38edf50f507dcb719a24d2ea9dea6.tar.xz |
community/[various]: replace ftp.gnome.org source url
Diffstat (limited to 'community/libgweather')
-rw-r--r-- | community/libgweather/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index a576cb97fe..1914b0dd8e 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -12,7 +12,7 @@ makedepends="gtk+3.0-dev libsoup-dev libxml2-dev glib-dev geocode-glib-dev gobject-introspection-dev libxml2-utils gtk-doc py-six" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -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() { |