Date: Wednesday, April 5, 2017 @ 12:12:33 Author: jgc Revision: 292112
upgpkg: gtksourceview3 3.24.0+8+g14d5c4ff-1 Modified: gtksourceview3/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-05 11:21:26 UTC (rev 292111) +++ PKGBUILD 2017-04-05 12:12:33 UTC (rev 292112) @@ -3,7 +3,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gtksourceview3 -pkgver=3.22.2 +pkgver=3.24.0+8+g14d5c4ff pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" url="https://wiki.gnome.org/Projects/GtkSourceView" @@ -11,8 +11,8 @@ license=(GPL) depends=(gtk3 libxml2) makedepends=(intltool gobject-introspection glade vala gtk-doc autoconf-archive git) -_commit=cd778788fd6b3aeb57d9185185683b0f51361a2b # tags/3.22.2^0 -source=("git://git.gnome.org/gtksourceview#commit=$_commit") +_commit=14d5c4ffbdb7a08be44c51ec53edfc3a2bae5ef8 # gnome-3-24 +source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -29,7 +29,7 @@ cd gtksourceview ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static \ - --enable-glade-catalog --enable-gtk-doc + --enable-glade-catalog --enable-gtk-doc --disable-Werror sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
