diff options
author | Erich Eckner <git@eckner.net> | 2017-09-06 21:14:08 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-06 21:14:08 +0200 |
commit | bd1493835d852dffaac075acc09e36527b10395a (patch) | |
tree | eff021f88c2ba280f30465adc12ff17548ea5b02 /perl-module-install-authorrequires/PKGBUILD | |
parent | 222045f5c54855f97089ee4b06bb4bda07b345b4 (diff) | |
download | archlinuxewe-bd1493835d852dffaac075acc09e36527b10395a.tar.xz |
perl-module-install-authorrequires: 'i686 x86_64' -> 'any'
Diffstat (limited to 'perl-module-install-authorrequires/PKGBUILD')
-rw-r--r-- | perl-module-install-authorrequires/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-module-install-authorrequires/PKGBUILD b/perl-module-install-authorrequires/PKGBUILD index 3d77617b5..981129a21 100644 --- a/perl-module-install-authorrequires/PKGBUILD +++ b/perl-module-install-authorrequires/PKGBUILD @@ -3,9 +3,9 @@ pkgname='perl-module-install-authorrequires' pkgver='0.02' -pkgrel='2' +pkgrel='3' pkgdesc='declare author-only dependencies' -arch=('x86_64' 'i686') +arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( |