From 9b294938f3298372bf4ffa1ed1768c9d8d174c1c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 9 Apr 2016 14:37:07 -0300 Subject: file-roller-3.20.0-1.parabola1: updating version --- libre/file-roller/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index 328effec0..9ea23c605 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 241740 2015-07-03 10:15:03Z jgc $ +# $Id: PKGBUILD 262387 2016-03-22 15:35:32Z jgc $ # Maintainer (Arch): Jan Alexander Steffens (heftig) # Contributor (Arch): Jan de Groot pkgname=file-roller -pkgver=3.16.4 +pkgver=3.20.0 pkgrel=1.parabola1 pkgdesc="Create and modify archives, without nonfree unace and unrar recommendation" arch=('i686' 'x86_64') @@ -19,8 +19,8 @@ conflicts=("${pkgname}-libre" "${pkgname}-parabola") 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=('5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185') +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('185a99b2fc6bcfa21988af36c70def4c519931443015accff40db6ef3f4aa5a8') build() { cd $pkgname-$pkgver @@ -29,6 +29,7 @@ build() { --libexecdir=/usr/lib/file-roller \ --localstatedir=/var --disable-static \ --disable-schemas-compile + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } -- cgit v1.2.3