diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-14 21:41:42 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-14 21:41:42 -0300 |
commit | a2260871d8129573821a4d9f48bc87c8511a5e94 (patch) | |
tree | 7956a21652f7b4c77baddbab4fb51971427e81c6 | |
parent | 6513882ee0bb019053d90b2a91d028219b7660c7 (diff) |
file-roller-libre-3.12.0-1: updating version
-rw-r--r-- | libre/file-roller-libre/PKGBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD index ba9f537a6..2003dc289 100644 --- a/libre/file-roller-libre/PKGBUILD +++ b/libre/file-roller-libre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 199384 2013-11-11 21:55:12Z heftig $ +# $Id: PKGBUILD 209219 2014-03-30 10:59:55Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> _pkgname=file-roller pkgname=file-roller-libre -pkgver=3.10.2.1 +pkgver=3.12.0 pkgrel=1 pkgdesc="Create and modify archives, with unar support included and nonfree unace recommendation removed" arch=('i686' 'x86_64' 'mips64el') @@ -20,11 +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=('fde1104103df71c126e759089f12dc7fa25ec642308649e87d542ee7c3276790') - -prepare() { - cd $_pkgname-$pkgver -} +sha256sums=('d62c6269e94c65237d970559c6dee0de38390b17f0d48f9ac8836ec85f79a897') build() { cd $_pkgname-$pkgver |