diff options
-rw-r--r-- | apkbuild-pypi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apkbuild-pypi.in b/apkbuild-pypi.in index dd8779b..6693887 100644 --- a/apkbuild-pypi.in +++ b/apkbuild-pypi.in @@ -16,7 +16,7 @@ my $template = <<'EOF'; # Contributor: [% contributor %] # Maintainer: [% maintainer %] pkgname=[% pkgname %] -_pkg_real=[% pkgreal %] +_pkgreal=[% pkgreal %] pkgver=[% pkgver %] pkgrel=0 pkgdesc=[% pkgdesc %] |