Date: Friday, April 21, 2017 @ 22:11:16 Author: heftig Revision: 293857
3.24.1-1 Modified: file-roller/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-21 22:07:59 UTC (rev 293856) +++ PKGBUILD 2017-04-21 22:11:16 UTC (rev 293857) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=file-roller -pkgver=3.24.0+1+ge071c0fa +pkgver=3.24.1 pkgrel=1 pkgdesc="Create and modify archives" url="https://wiki.gnome.org/Apps/FileRoller" @@ -16,8 +16,7 @@ 'unace: ACE archive support' 'lrzip: lrzip archive support') groups=(gnome-extra) -options=(!emptydirs) -_commit=e071c0fad333b1cdf383b983973dc66b5755980e # master +_commit=e6ef6fa43a6d5d6e1509f122a206870adc113563 # tags/3.24.1^0 source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit") sha256sums=('SKIP') @@ -33,12 +32,9 @@ build() { cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make }
