Date: Tuesday, March 22, 2016 @ 16:35:32 Author: jgc Revision: 262387
upgpkg: file-roller 3.20.0-1 Modified: file-roller/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-22 15:32:08 UTC (rev 262386) +++ PKGBUILD 2016-03-22 15:35:32 UTC (rev 262387) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=file-roller -pkgver=3.16.4 +pkgver=3.20.0 pkgrel=1 pkgdesc="Create and modify archives" arch=('i686' 'x86_64') @@ -13,14 +13,13 @@ optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'unrar: better RAR archive support' 'unace: ACE archive support' - 'lrzip: lrzip archive support' - 'cdrkit: ISO image support') + 'lrzip: lrzip archive support') groups=('gnome-extra') options=('!emptydirs') install=file-roller.install url="http://www.gnome.org" source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185') +sha256sums=('185a99b2fc6bcfa21988af36c70def4c519931443015accff40db6ef3f4aa5a8') build() { cd $pkgname-$pkgver @@ -29,6 +28,7 @@ --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 }
