diff options
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 9155c2893..424689c32 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 224381 2014-10-15 08:53:13Z jgc $ +# $Id: PKGBUILD 225971 2014-11-10 23:29:29Z heftig $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> pkgname=file-roller -pkgver=3.14.1 +pkgver=3.14.2 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=('95466ce37586992e45272afa48545b041e32bc3fd37b5146399e86b46ad34566') +sha256sums=('1815e736715afe8c0f3fbda41c76c07289220d4855345f779c632adf5e074e50') build() { cd $pkgname-$pkgver |