diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2022-05-26 14:38:14 -0700 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-06-12 23:51:53 +0000 |
commit | dd37cdc0d42a1644370ea4314a558ebcaabe4bf5 (patch) | |
tree | 8365cde75940187130e0987166fd88e74d37b7f0 /user/perl-tie-ixhash/APKBUILD | |
parent | 1bb5f2e005b963fca54af876d7a23232653ad0df (diff) | |
download | packages-dd37cdc0d42a1644370ea4314a558ebcaabe4bf5.tar.gz packages-dd37cdc0d42a1644370ea4314a558ebcaabe4bf5.tar.bz2 packages-dd37cdc0d42a1644370ea4314a558ebcaabe4bf5.tar.xz packages-dd37cdc0d42a1644370ea4314a558ebcaabe4bf5.zip |
user/perl-tie-ixhash: missing variables added
Diffstat (limited to 'user/perl-tie-ixhash/APKBUILD')
-rw-r--r-- | user/perl-tie-ixhash/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/perl-tie-ixhash/APKBUILD b/user/perl-tie-ixhash/APKBUILD index 4162e88cc..53b79fdc5 100644 --- a/user/perl-tie-ixhash/APKBUILD +++ b/user/perl-tie-ixhash/APKBUILD @@ -3,6 +3,8 @@ pkgname=perl-tie-ixhash _pkgreal=Tie-IxHash _author=CHORNY +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=1.23 pkgrel=0 pkgdesc="Ordered associative arrays for Perl" |