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 %]
# Maintainer: [% maintainer %]
pkgname=[% pkgname %]
_pkg_real=[% pkgreal %]
_pkgreal=[% pkgreal %]
pkgver=[% pkgver %]
pkgrel=0
pkgdesc=[% pkgdesc %]