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/gnome-bluetooth | |
parent | 7817a6c9e141ba7f1ae2d20ea1b00fdefac775a6 (diff) | |
download | aports-79929e778ed38edf50f507dcb719a24d2ea9dea6.tar.bz2 aports-79929e778ed38edf50f507dcb719a24d2ea9dea6.tar.xz |
community/[various]: replace ftp.gnome.org source url
Diffstat (limited to 'community/gnome-bluetooth')
-rw-r--r-- | community/gnome-bluetooth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-bluetooth/APKBUILD b/community/gnome-bluetooth/APKBUILD index 586c680164..9e2f017a40 100644 --- a/community/gnome-bluetooth/APKBUILD +++ b/community/gnome-bluetooth/APKBUILD @@ -12,7 +12,7 @@ makedepends="intltool gobject-introspection-dev libunique-dev dbus-glib-dev gtk+3.0-dev itstool eudev-dev libcanberra-dev meson" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs" -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 61-gnome-bluetooth-rfkill.rules" builddir="$srcdir"/$pkgname-$pkgver |