summaryrefslogtreecommitdiff
path: root/libre/unar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/unar/PKGBUILD')
-rw-r--r--libre/unar/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD
index 8fe6b165c..1ca533b9b 100644
--- a/libre/unar/PKGBUILD
+++ b/libre/unar/PKGBUILD
@@ -3,17 +3,17 @@
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
pkgname=unar
-pkgver=1.6
-pkgrel=2
+pkgver=1.7
+pkgrel=1
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")
@@ -39,5 +39,5 @@ package() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('bab77e196569f8f571f29c14e2d78daa'
+md5sums=('c714bbd0b51f5c1d27044c229528c286'
'4fa4ecc6e4ba14d3b6952d064e728511')