Date: Thursday, June 14, 2018 @ 19:19:08 Author: heftig Revision: 326988
1.8.2-1 Modified: graphene/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-14 19:14:40 UTC (rev 326987) +++ PKGBUILD 2018-06-14 19:19:08 UTC (rev 326988) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=graphene -pkgver=1.8.0 +pkgver=1.8.2 pkgrel=1 pkgdesc="A thin layer of graphic data types" url="https://github.com/ebassi/graphene" @@ -10,7 +10,7 @@ license=(MIT) depends=(glib2) makedepends=(git gtk-doc gobject-introspection meson) -_commit=0bd8ff0233024f40bcd11b7ce954d4ad7451e8f4 # tags/1.8.0^0 +_commit=f98e3c378414eafae8b75792ded7496b09baaad9 # tags/1.8.2^0 source=("git+https://github.com/ebassi/graphene#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,7 @@ } build() { - arch-meson $pkgname build -Dgtk_doc=true + arch-meson $pkgname build -D gtk_doc=true ninja -C build }
