Date: Sunday, March 8, 2020 @ 15:01:31 Author: heftig Revision: 377182
3.36.0-1 Modified: pygobject/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 14:46:38 UTC (rev 377181) +++ PKGBUILD 2020-03-08 15:01:31 UTC (rev 377182) @@ -3,8 +3,8 @@ pkgbase=pygobject pkgname=(python-gobject python2-gobject pygobject-devel) -pkgver=3.34.0 -pkgrel=3 +pkgver=3.36.0 +pkgrel=1 pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+" url="https://wiki.gnome.org/Projects/PyGObject" arch=(x86_64) @@ -13,7 +13,7 @@ makedepends=(python{,2}-cairo gobject-introspection git meson) checkdepends=(python{,2}-pytest gtk3 xorg-server-xvfb) optdepends=('cairo: Cairo bindings') -_commit=fae47858d24e9fbd6745c094db0064c5506de5cb # tags/3.34.0^0 +_commit=43cf6c15bfe853c1f9a37d89c1edf416106777ea # tags/3.36.0^0 source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit") sha256sums=('SKIP')
