Date: Thursday, April 19, 2018 @ 21:36:01 Author: jgc Revision: 322472
upgpkg: appstream-glib 0.7.7-1 Modified: appstream-glib/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-19 21:32:00 UTC (rev 322471) +++ PKGBUILD 2018-04-19 21:36:01 UTC (rev 322472) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=appstream-glib -pkgver=0.7.4 +pkgver=0.7.7 pkgrel=1 pkgdesc="Objects and methods for reading and writing AppStream metadata" url="https://people.freedesktop.org/~hughsient/appstream-glib/" @@ -13,7 +13,7 @@ provides=(appdata-tools) conflicts=(appdata-tools) replaces=(appdata-tools) -_commit=c113a6b6591bbdf84dc8f5000f5f98db1174443d # tags/appstream_glib_0_7_4^0 +_commit=0ff41ace8c070f3aade7b6e4a56a692df3c8b10f # tags/appstream_glib_0_7_7^0 source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit") sha256sums=('SKIP') @@ -30,9 +30,9 @@ build() { cd build arch-meson ../$pkgname \ - -Denable-alpm=true \ - -Denable-gtk-doc=true \ - -Denable-rpm=false + -Dalpm=true \ + -Dgtk-doc=true \ + -Drpm=false ninja }
