aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-font-ttf/APKBUILD
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-09-09 18:50:09 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-09-09 18:50:09 +0200
commit415d8fa1192dc152e47c2d8b2b5ca18f5dd2bd9c (patch)
treedaed6fa583ff5479271c0776c45df6b177e97fbe /testing/perl-font-ttf/APKBUILD
parentc86de8fa8d9b7b9db902858029e7ad4186f3bf22 (diff)
downloadaports-415d8fa1192dc152e47c2d8b2b5ca18f5dd2bd9c.tar.bz2
aports-415d8fa1192dc152e47c2d8b2b5ca18f5dd2bd9c.tar.xz
testing/perl-font-ttf: fix build revertin _pkgreal var name
Diffstat (limited to 'testing/perl-font-ttf/APKBUILD')
-rw-r--r--testing/perl-font-ttf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-font-ttf/APKBUILD b/testing/perl-font-ttf/APKBUILD
index d8355d2868..64270cd05f 100644
--- a/testing/perl-font-ttf/APKBUILD
+++ b/testing/perl-font-ttf/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-font-ttf
pkgver=1.06
pkgrel=0
-_pkgrel=Font-TTF
+_pkgreal=Font-TTF
pkgdesc="perl module for TrueType font hacking"
url="https://metacpan.org/pod/Font::TTF"
arch="all"
@@ -11,7 +11,7 @@ license="Artistic License 2.0"
depends="perl-io-string"
makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/$_pkgrel-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/B/BH/BHALLISSY/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
build() {