Date: Monday, December 20, 2021 @ 21:50:10 Author: arojas Revision: 432852
Drop unsupported arch Modified: perl-perlio-utf8-strict/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-20 21:48:08 UTC (rev 432851) +++ PKGBUILD 2021-12-20 21:50:10 UTC (rev 432852) @@ -5,7 +5,7 @@ pkgver=0.008 pkgrel=1 pkgdesc="Fast and correct UTF-8 PerlIO" -arch=('i686' 'x86_64') +arch=('x86_64') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl')