diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-06 22:04:31 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-06 22:04:31 -0600 |
commit | 2967b22c6179ded9cc01496e10dcb0f292d0c182 (patch) | |
tree | 9219e7dc564f3dc8af29ea142c4b5d409ea74310 /libre/unar/PKGBUILD | |
parent | 55677d14e4829d6a7859333d3560db346c228fdf (diff) | |
parent | e84010fb9a6f81d96d9c54661a7abde97a0eb187 (diff) |
Merge branch 'master-remote' into master-undelete
Diffstat (limited to 'libre/unar/PKGBUILD')
-rw-r--r-- | libre/unar/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD index 8fe6b165c..2fa84cdf1 100644 --- a/libre/unar/PKGBUILD +++ b/libre/unar/PKGBUILD @@ -4,16 +4,16 @@ pkgname=unar pkgver=1.6 -pkgrel=2 +pkgrel=3 pkgdesc="An Objective-C application for uncompressing archive files" arch=('x86_64' 'i686' 'mips64el') url="http://unarchiver.c3.cx/" license=('LGPL2.1') depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib') makedepends=('gcc-objc') -replaces=("unarchiver") -conflicts=("unarchiver" 'icu<51') -provides=("unarchiver") +replaces=('unarchiver' 'unrar') +conflicts=('unarchiver' 'unrar' 'icu<51') +provides=('unarchiver' 'unrar') source=("http://theunarchiver.googlecode.com/files/${pkgname}${pkgver}_src.zip" "native_obj_exceptions.patch") |