mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/perl-font-ttf: fix build revertin _pkgreal var name
This commit is contained in:
parent
c86de8fa8d
commit
415d8fa119
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user