diff options
Diffstat (limited to 'extract/PKGBUILD')
-rw-r--r-- | extract/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extract/PKGBUILD b/extract/PKGBUILD index fc7e669..db2453d 100644 --- a/extract/PKGBUILD +++ b/extract/PKGBUILD @@ -1,14 +1,14 @@ # Contributor: Florian Pritz <f-p@gmx.at> pkgname=extract -pkgver=0.2.2.1 +pkgver=0.2.3.0 pkgrel=1 pkgdesc="Script to extract multiple archives" arch=('i686' 'x86_64') -url="http://flo.server-speed.net" +url="http://bluewind.at" license=('WTFPLv2') depends=('gzip' 'tar' 'p7zip' 'unrar' 'unzip' 'bzip2' 'file') -source=("http://flo.server-speed.net/stuff/mirror/$pkgname/$pkgname-$pkgver.tar.gz") +source=("http://bluewind.at/stuff/mirror/$pkgname/$pkgname-$pkgver.tar.gz") build() { cd "${srcdir}/sources" |