diff options
author | Erich Eckner <git@eckner.net> | 2017-09-06 21:13:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-06 21:13:12 +0200 |
commit | 88e362aa958b2d7dbc842f10e04afe1c5bdbc71a (patch) | |
tree | 185a98e11765ce31462111156d8b58ccb7ec9ca0 | |
parent | 5870fdb3654d9b44f260ddec3ff6563280740196 (diff) | |
download | archlinuxewe.git.save-88e362aa958b2d7dbc842f10e04afe1c5bdbc71a.tar.xz |
perl-http-tiny-mech: 'i686 x86_64' -> 'any'
-rw-r--r-- | perl-http-tiny-mech/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-http-tiny-mech/PKGBUILD b/perl-http-tiny-mech/PKGBUILD index 4a5abe33..a5e710a6 100644 --- a/perl-http-tiny-mech/PKGBUILD +++ b/perl-http-tiny-mech/PKGBUILD @@ -3,9 +3,9 @@ pkgname='perl-http-tiny-mech' pkgver=1.001002 -pkgrel='3' +pkgrel='4' pkgdesc='Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.' -arch=('x86_64' 'i686') +arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( |