diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-24 15:57:46 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-24 15:57:46 -0300 |
commit | 1de1a706b509af964b44af9a67249597429b63e3 (patch) | |
tree | 003872b119165cd199c068aab2c303228f3b6a0a /libre/file-roller-libre/PKGBUILD | |
parent | 76fe55c4018ae2f0cc6308df50c5566085c675e1 (diff) | |
download | abslibre-1de1a706b509af964b44af9a67249597429b63e3.tar.gz abslibre-1de1a706b509af964b44af9a67249597429b63e3.tar.bz2 abslibre-1de1a706b509af964b44af9a67249597429b63e3.zip |
file-roller-libre-3.12.2-1: updating version
Diffstat (limited to 'libre/file-roller-libre/PKGBUILD')
-rw-r--r-- | libre/file-roller-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD index 61a93256a..42faa5054 100644 --- a/libre/file-roller-libre/PKGBUILD +++ b/libre/file-roller-libre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 210597 2014-04-15 08:53:40Z jgc $ +# $Id: PKGBUILD 213482 2014-05-23 23:43:56Z heftig $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor (Arch): Jan de Groot <jgc@archlinux.org> _pkgname=file-roller pkgname=file-roller-libre -pkgver=3.12.1 +pkgver=3.12.2 pkgrel=1 pkgdesc="Create and modify archives, with unar support included and nonfree unace recommendation removed" arch=('i686' 'x86_64' 'mips64el') @@ -20,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=('bb35ae0d3542eee59b916b699f86298dfe93379b1769d6ca1980b2db95672481') +sha256sums=('0677be6618dba609eae2d76420e8a5a8d9a414bcec654e7b71e65b941764eacf') build() { cd $_pkgname-$pkgver |