diff options
author | Erich Eckner <git@eckner.net> | 2017-09-06 21:12:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-06 21:12:33 +0200 |
commit | bb09ca89811dbc7901f63ae4416eaca2867a7f5a (patch) | |
tree | 25026cdd4886bf2071b0e80bfb05c00f2b05c24e /perl-http-cookiemonster | |
parent | 79e0a51356dfb6213a10b268c729235e3922783c (diff) | |
download | archlinuxewe-bb09ca89811dbc7901f63ae4416eaca2867a7f5a.tar.xz |
perl-http-cookiemonster: 'i686 x86_64' -> 'any'
Diffstat (limited to 'perl-http-cookiemonster')
-rw-r--r-- | perl-http-cookiemonster/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-http-cookiemonster/PKGBUILD b/perl-http-cookiemonster/PKGBUILD index d2d875b66..3c1939a86 100644 --- a/perl-http-cookiemonster/PKGBUILD +++ b/perl-http-cookiemonster/PKGBUILD @@ -3,9 +3,9 @@ pkgname='perl-http-cookiemonster' pkgver='0.09' -pkgrel='4' +pkgrel='5' pkgdesc='Easy read/write access to your jar of HTTP::Cookies' -arch=('x86_64' 'i686') +arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( |