The unarchiver updated and switched to unar src
This commit is contained in:
parent
98ae64cc21
commit
64d455d053
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,8 @@
|
||||||
# Contributor: N30N <archlinux@alunamation.com>
|
# Contributor: N30N <archlinux@alunamation.com>
|
||||||
|
|
||||||
pkgname=unarchiver
|
pkgname=unarchiver
|
||||||
pkgver=3.4
|
epoch=1
|
||||||
|
pkgver=1.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An Objective-C application for uncompressing archive files"
|
pkgdesc="An Objective-C application for uncompressing archive files"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
|
@ -10,9 +11,9 @@ url="http://unarchiver.c3.cx/"
|
||||||
license=('LGPL2.1')
|
license=('LGPL2.1')
|
||||||
depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib')
|
depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib')
|
||||||
makedepends=('gcc-objc')
|
makedepends=('gcc-objc')
|
||||||
source=("http://theunarchiver.googlecode.com/files/TheUnarchiver${pkgver}_src.zip"
|
source=("http://theunarchiver.googlecode.com/files/unar${pkgver}_src.zip"
|
||||||
"native_obj_exceptions.patch")
|
"native_obj_exceptions.patch")
|
||||||
sha1sums=('9c7825839b00961237ffbc67a94df8136fbbff37'
|
sha1sums=('eb028ecbfdd9c0a87d56268b69f87ac5a12d6f0b'
|
||||||
'b8024026607dc2de758479b73d8b01ca6f692b59')
|
'b8024026607dc2de758479b73d8b01ca6f692b59')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue