Date: Friday, March 8, 2019 @ 08:11:17 Author: arojas Revision: 347431
Update to 1.8.6 Modified: graphene/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-08 07:58:04 UTC (rev 347430) +++ PKGBUILD 2019-03-08 08:11:17 UTC (rev 347431) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=graphene -pkgver=1.8.4 +pkgver=1.8.6 pkgrel=1 pkgdesc="A thin layer of graphic data types" url="https://github.com/ebassi/graphene" @@ -9,7 +9,7 @@ license=(MIT) depends=(glib2) makedepends=(git gtk-doc gobject-introspection meson) -_commit=9a3bde57751a3881d32393ffca8fbf5b9a3a0755 # tags/1.8.4^0 +_commit=e22dc08a84d8a9128873a46ad9c71f81c1b4657d # tags/1.8.6^0 source=("git+https://github.com/ebassi/graphene#commit=$_commit") sha256sums=('SKIP')
