diff options
Diffstat (limited to 'extract')
-rw-r--r-- | extract/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extract/PKGBUILD b/extract/PKGBUILD index d1547d6..e44a3ed 100644 --- a/extract/PKGBUILD +++ b/extract/PKGBUILD @@ -1,13 +1,13 @@ -# Contributor: Florian Pritz <f-p@gmx.at> +# Maintainer: Florian Pritz <f-p@gmx.at> pkgname=extract pkgver=0.2.4.0 -pkgrel=1 +pkgrel=2 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') +depends=('gzip' 'tar' 'p7zip' 'unrar' 'unzip' 'bzip2' 'file' 'xz') source=("http://bluewind.at/stuff/mirror/$pkgname/$pkgname-$pkgver.tar.gz") build() { |