diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-11 21:15:01 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-11 21:15:01 -0200 |
commit | 5172ae4af8c691778822d6cdb8872cdbd305f93f (patch) | |
tree | 7b9108b3cad5911392ea9b2b515f9f0c88727536 /libre/file-roller-libre | |
parent | edb2d790307a8d6ae527f2e9b26b304a6e93c8cc (diff) |
file-roller-libre-3.10.2.1-1: updating version
Diffstat (limited to 'libre/file-roller-libre')
-rw-r--r-- | libre/file-roller-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD index 893b75e02..ba9f537a6 100644 --- a/libre/file-roller-libre/PKGBUILD +++ b/libre/file-roller-libre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 196556 2013-10-15 13:44:19Z heftig $ +# $Id: PKGBUILD 199384 2013-11-11 21:55:12Z 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.1 +pkgver=3.10.2.1 pkgrel=1 pkgdesc="Create and modify archives, with unar support included and nonfree unace recommendation removed" arch=('i686' 'x86_64' 'mips64el') @@ -16,11 +16,11 @@ groups=('gnome-extra') provides=("$_pkgname=$pkgver") replaces=("$_pkgname") conflicts=("$_pkgname") -options=('!libtool' '!emptydirs') +options=('!emptydirs') install=file-roller.install url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz) -sha256sums=('7b180bcf98eaf19835926c694ec5262a421f3a0271f030ca338ccf7f6846a80f') +source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz) +sha256sums=('fde1104103df71c126e759089f12dc7fa25ec642308649e87d542ee7c3276790') prepare() { cd $_pkgname-$pkgver |