diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-21 01:48:52 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-21 01:48:52 +0200 |
commit | 3f38afe39f6bbc819014bb1a57760525d8daa4e3 (patch) | |
tree | a41e86eab17d8c4250204cf4a56a1d61a52c4973 /community/ttf-opensans | |
parent | 8e98986689d291a04e0c5ec1b182f049b72977ae (diff) | |
download | aports-3f38afe39f6bbc819014bb1a57760525d8daa4e3.tar.bz2 aports-3f38afe39f6bbc819014bb1a57760525d8daa4e3.tar.xz |
community/ttf-opensans: fix source url
The current URL does not exist anymore.
Diffstat (limited to 'community/ttf-opensans')
-rw-r--r-- | community/ttf-opensans/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ttf-opensans/APKBUILD b/community/ttf-opensans/APKBUILD index d2adf0781d..642e754ae5 100644 --- a/community/ttf-opensans/APKBUILD +++ b/community/ttf-opensans/APKBUILD @@ -10,7 +10,7 @@ license="Apache" depends="fontconfig mkfontdir mkfontscale" makedepends="font-util-dev" install="$pkgname.post-install" -source="http://ie.archive.ubuntu.com/ftp.frugalware.org/pub/frugalware/frugalware-current/source/xlib-extra/open-sans/$pkgname-$pkgver.zip" +source="http://ftp.frugalware.org/pub/frugalware/frugalware-current/source/xlib-extra/open-sans/$pkgname-$pkgver.zip" builddir="$srcdir" build() { |