diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/unar/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/unar/PKGBUILD b/libre/unar/PKGBUILD index b57aaa59f..a03395471 100644 --- a/libre/unar/PKGBUILD +++ b/libre/unar/PKGBUILD @@ -3,18 +3,18 @@ # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=unar -pkgver=1.8.1 -pkgrel=4 +pkgver=1.9.1 +pkgrel=1 pkgdesc="An Objective-C application for uncompressing archive files" -arch=('x86_64' 'i686' 'mips64el') +arch=('x86_64' 'i686' 'armv7h') url="http://unarchiver.c3.cx/" license=('LGPL2.1') -depends=('gnustep-base' 'openssl' 'bzip2' 'icu=55.1' 'gcc-libs' 'zlib') +depends=('gnustep-base' 'openssl' 'bzip2' 'icu=56.1' 'gcc-libs' 'zlib') makedepends=('gcc-objc') replaces=('unarchiver' 'unrar') conflicts=('unarchiver' 'unrar') provides=('unarchiver' 'unrar') -source=("http://theunarchiver.googlecode.com/files/${pkgname}${pkgver}_src.zip" +source=("http://unarchiver.c3.cx/downloads/${pkgname}${pkgver}_src.zip" "native_obj_exceptions.patch") build() { @@ -39,5 +39,5 @@ package() { } # vim:set ts=2 sw=2 et: -md5sums=('4f952153fa849093efe2238498350fbe' +md5sums=('c5f352564cf8137469d0a0df0d78dd78' '4fa4ecc6e4ba14d3b6952d064e728511') |