diff options
Diffstat (limited to 'main/pango/APKBUILD')
-rw-r--r-- | main/pango/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pango/APKBUILD b/main/pango/APKBUILD index e8250055b6..9e9b897741 100644 --- a/main/pango/APKBUILD +++ b/main/pango/APKBUILD @@ -11,7 +11,7 @@ makedepends="$depends_dev cairo-dev expat-dev gobject-introspection-dev fontconfig-dev freetype-dev glib-dev harfbuzz-dev libxft-dev" install="$pkgname.pre-deinstall" triggers="$pkgname.trigger=/usr/lib/pango/*/modules" -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" build () { cd "$srcdir"/$pkgname-$pkgver |