summaryrefslogtreecommitdiff
path: root/libre/file-roller
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-09 14:37:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-09 14:37:07 -0300
commit9b294938f3298372bf4ffa1ed1768c9d8d174c1c (patch)
tree958c3be0f38805e6b338257908ea70bb35479733 /libre/file-roller
parentdc3027b5e58023170195e607e1d24a02ddb9890d (diff)
file-roller-3.20.0-1.parabola1: updating version
Diffstat (limited to 'libre/file-roller')
-rw-r--r--libre/file-roller/PKGBUILD9
1 files 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) <jan.steffens@gmail.com>
# Contributor (Arch): Jan de Groot <jgc@archlinux.org>
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
}