diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-03 12:13:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-04 13:17:04 -0300 |
commit | d01838df525d3527adc82462cd03feeb858e057f (patch) | |
tree | 52d184e8b4e67e82a47e8047c94cee321262f286 /libre/file-roller | |
parent | e505e9d9689c98e762b037cd52b9370869888477 (diff) | |
download | abslibre-d01838df525d3527adc82462cd03feeb858e057f.tar.gz abslibre-d01838df525d3527adc82462cd03feeb858e057f.tar.bz2 abslibre-d01838df525d3527adc82462cd03feeb858e057f.zip |
file-roller-3.16.3-1.parabola1: updating version
Diffstat (limited to 'libre/file-roller')
-rw-r--r-- | libre/file-roller/PKGBUILD | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index 6429a5434..52a3650b0 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 239484 2015-05-17 10:06:23Z heftig $ +# $Id: PKGBUILD 241740 2015-07-03 10:15:03Z jgc $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> pkgname=file-roller -pkgver=3.16.2 -pkgrel=2.parabola1 -pkgdesc="Create and modify archives, with unar support included and nonfree unace recommendation removed" -arch=('i686' 'x86_64' 'mips64el') +pkgver=3.16.3 +pkgrel=1.parabola1 +pkgdesc="Create and modify archives, without nonfree unace and unrar recommendation" +arch=('i686' 'x86_64') license=('GPL') -depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify' 'p7zip' - 'zip' 'unzip') +depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify' 'zip' 'unzip') makedepends=('intltool' 'pkg-config' 'libnautilus-extension' 'itstool' 'docbook-xsl') -optdepends=('libarchive: better RAR archive support' +optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'lrzip: lrzip archive support' 'cdrkit: ISO image support') groups=('gnome-extra') @@ -21,7 +20,7 @@ options=('!emptydirs') install=file-roller.install url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('60897ff24d4822395a227b62811c3b8768b701844961e93303d6d6d9463d7e3f') +sha256sums=('2b3a1111caba26e67b96559a3118a700dbfb6a4c6ad7ebd3e509df227995411c') build() { cd $pkgname-$pkgver |