diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-17 13:12:56 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-17 13:12:56 -0200 |
commit | 398f3bedd856c345daf532411cab2ad2375b43fc (patch) | |
tree | 791b23c21e840b83c018a68c83fe2512d50c5646 /libre/file-roller | |
parent | 2970ade95d3867101353cbdf63168575696e2890 (diff) | |
download | abslibre-398f3bedd856c345daf532411cab2ad2375b43fc.tar.gz abslibre-398f3bedd856c345daf532411cab2ad2375b43fc.tar.bz2 abslibre-398f3bedd856c345daf532411cab2ad2375b43fc.zip |
file-roller-3.14.1-1.parabola1: updating version
Diffstat (limited to 'libre/file-roller')
-rw-r--r-- | libre/file-roller/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index 937f02cba..9155c2893 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 213482 2014-05-23 23:43:56Z heftig $ +# $Id: PKGBUILD 224381 2014-10-15 08:53:13Z jgc $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> pkgname=file-roller -pkgver=3.12.2 +pkgver=3.14.1 pkgrel=1.parabola1 pkgdesc="Create and modify archives, with unar support included and nonfree unace recommendation removed" arch=('i686' 'x86_64' 'mips64el') @@ -18,7 +18,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=('0677be6618dba609eae2d76420e8a5a8d9a414bcec654e7b71e65b941764eacf') +sha256sums=('95466ce37586992e45272afa48545b041e32bc3fd37b5146399e86b46ad34566') build() { cd $pkgname-$pkgver |