diff options
Diffstat (limited to 'perl-file-touch')
-rw-r--r-- | perl-file-touch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-file-touch/PKGBUILD b/perl-file-touch/PKGBUILD index c4006af0c..d5c53a80d 100644 --- a/perl-file-touch/PKGBUILD +++ b/perl-file-touch/PKGBUILD @@ -5,7 +5,7 @@ pkgname='perl-file-touch' pkgver='0.09' pkgrel='2' pkgdesc="update file access and modification times, optionally creating files if needed" -arch=('any') +arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl>=5.006') |