diff options
-rw-r--r-- | perl-context-preserve/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-context-preserve/PKGBUILD b/perl-context-preserve/PKGBUILD index 70d6307f..58ec8801 100644 --- a/perl-context-preserve/PKGBUILD +++ b/perl-context-preserve/PKGBUILD @@ -3,9 +3,9 @@ pkgname='perl-context-preserve' pkgver='0.02' -pkgrel='1' +pkgrel='2' pkgdesc='Run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller' -arch=('x86_64' 'i686') +arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( |