apkbuild-pypi: fix misspelled _pkg_real

This commit is contained in:
Jakub Jirutka 2016-06-12 16:13:14 +02:00 committed by Natanael Copa
parent 7caf00125a
commit 16b9cb0d37

View File

@ -16,7 +16,7 @@ my $template = <<'EOF';
# Contributor: [% contributor %] # Contributor: [% contributor %]
# Maintainer: [% maintainer %] # Maintainer: [% maintainer %]
pkgname=[% pkgname %] pkgname=[% pkgname %]
_pkg_real=[% pkgreal %] _pkgreal=[% pkgreal %]
pkgver=[% pkgver %] pkgver=[% pkgver %]
pkgrel=0 pkgrel=0
pkgdesc=[% pkgdesc %] pkgdesc=[% pkgdesc %]