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/libgnome-keyring | |
parent | 7817a6c9e141ba7f1ae2d20ea1b00fdefac775a6 (diff) | |
download | aports-79929e778ed38edf50f507dcb719a24d2ea9dea6.tar.bz2 aports-79929e778ed38edf50f507dcb719a24d2ea9dea6.tar.xz |
community/[various]: replace ftp.gnome.org source url
Diffstat (limited to 'community/libgnome-keyring')
-rw-r--r-- | community/libgnome-keyring/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libgnome-keyring/APKBUILD b/community/libgnome-keyring/APKBUILD index 0f390f6381..25902e676b 100644 --- a/community/libgnome-keyring/APKBUILD +++ b/community/libgnome-keyring/APKBUILD @@ -28,7 +28,7 @@ depends_dev="gtk+3.0-dev makedepends="$depends_dev intltool gobject-introspection-dev" install= subpackages="$pkgname-dev $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}" prepare() { |