pygobject: update to 3.4.1.1.
This commit is contained in:
parent
8c32d5c651
commit
d78c325c44
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'pygobject'
|
# Template file for 'pygobject'
|
||||||
pkgname=pygobject
|
pkgname=pygobject
|
||||||
version=3.4.1
|
version=3.4.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_module="gi"
|
pycompile_module="gi"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
depends="python pycairo"
|
depends="python pycairo"
|
||||||
makedepends="pkg-config glib-devel cairo-devel libffi-devel python-devel
|
makedepends="pkg-config glib-devel cairo-devel libffi-devel python-devel
|
||||||
pycairo-devel gobject-introspection"
|
pycairo-devel gobject-introspection>=1.34.1.1"
|
||||||
short_desc="Python bindings for GObject"
|
short_desc="Python bindings for GObject"
|
||||||
homepage="http://www.pygtk.org/"
|
homepage="http://www.pygtk.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=21dbef53f5a29bcb547f36ba42e021f71981e1c50e8f89526e393d77b36a8b1f
|
checksum=dbcff64a641b4eb251a3ca72c782c8a2318c3bbf4a31bffc40446e15111e6017
|
||||||
long_desc="
|
long_desc="
|
||||||
Pygobject is a set of Python bindings for the GLib's GObject library."
|
Pygobject is a set of Python bindings for the GLib's GObject library."
|
||||||
|
|
Loading…
Reference in a new issue