Date: Wednesday, September 5, 2018 @ 17:04:39 Author: heftig Revision: 333476
3.30.0-1 Modified: yelp/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-05 17:03:47 UTC (rev 333475) +++ PKGBUILD 2018-09-05 17:04:39 UTC (rev 333476) @@ -1,9 +1,8 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=yelp -pkgver=3.28.1 +pkgver=3.30.0 pkgrel=1 pkgdesc="Get help with GNOME" url="https://wiki.gnome.org/Apps/Yelp" @@ -12,8 +11,8 @@ depends=(webkit2gtk yelp-xsl libxslt xz bzip2) makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb appstream-glib) groups=(gnome) -_commit=fa41803996924b6f216aa205a1a0cd993f81d80e # tags/3.28.1^0 -source=("git+https://git.gnome.org/browse/yelp#commit=$_commit") +_commit=25c629c029ff9f65f767233f7c97532c25818af6 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -29,7 +28,7 @@ build() { cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --enable-gtk-doc + --disable-static --enable-gtk-doc --enable-compile-warnings=minimum sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Documentation generation segfaults without X11 Property changes on: yelp/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
