aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ttf-font-awesome
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-05-03 16:55:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-03 16:55:51 +0200
commit7f29828c8d510a37541e2019a4465d884679c911 (patch)
tree5896811e51498ccd9a4de3957903b4dd18d2aeec /testing/ttf-font-awesome
parentd4e176db66a9fa1171c20a9c02613ccb316bc6c0 (diff)
downloadaports-7f29828c8d510a37541e2019a4465d884679c911.tar.bz2
aports-7f29828c8d510a37541e2019a4465d884679c911.tar.xz
testing/ttf-font-awesome: fix source url
Diffstat (limited to 'testing/ttf-font-awesome')
-rw-r--r--testing/ttf-font-awesome/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ttf-font-awesome/APKBUILD b/testing/ttf-font-awesome/APKBUILD
index 9763349f36..f812ec1b83 100644
--- a/testing/ttf-font-awesome/APKBUILD
+++ b/testing/ttf-font-awesome/APKBUILD
@@ -11,7 +11,7 @@ license="CC"
depends="fontconfig mkfontdir mkfontscale"
makedepends="font-util-dev"
install="$pkgname.post-install"
-source="$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/$_pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {