diff options
author | Florian Pritz <bluewind@xssn.at> | 2011-01-16 18:14:29 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2011-01-16 18:14:29 +0100 |
commit | b7197bccd0bc74c2082c935937b6d947c3ae756d (patch) | |
tree | 0c9e16df97cc8e04a990f17b5833e06daed810b7 /extract/PKGBUILD | |
parent | da5fab0c7718320707f4755f3a46a6bb25086435 (diff) | |
download | aur-packages-b7197bccd0bc74c2082c935937b6d947c3ae756d.tar.gz aur-packages-b7197bccd0bc74c2082c935937b6d947c3ae756d.tar.xz |
mass changes
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'extract/PKGBUILD')
-rw-r--r-- | extract/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extract/PKGBUILD b/extract/PKGBUILD index 4d1efed..93fd363 100644 --- a/extract/PKGBUILD +++ b/extract/PKGBUILD @@ -4,7 +4,7 @@ pkgname=extract pkgver=0.2.4.0 pkgrel=1 pkgdesc="Script to extract multiple archives" -arch=('i686' 'x86_64') +arch=(any) url="http://bluewind.at" license=('WTFPLv2') depends=('gzip' 'tar' 'p7zip' 'unrar' 'unzip' 'bzip2' 'file' 'xz-utils') |