testing/perl-font-ttf: fix build revertin _pkgreal var name

This commit is contained in:
Milan P. Stanić 2019-09-09 18:50:09 +02:00
parent c86de8fa8d
commit 415d8fa119

View File

@ -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() {