python-dbus: update to 1.2.12.
This commit is contained in:
parent
d4190f187f
commit
5ba2e94c08
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python-dbus'
|
||||
pkgname=python-dbus
|
||||
version=1.2.8
|
||||
version=1.2.12
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
wrksrc="dbus-python-${version}"
|
||||
build_style=gnu-configure
|
||||
pycompile_module="dbus"
|
||||
hostmakedepends="pkg-config python-devel python3-devel"
|
||||
makedepends="libglib-devel ${hostmakedepends/pkg-config/}"
|
||||
depends="python dbus"
|
||||
pycompile_module="dbus"
|
||||
short_desc="D-Bus Python2 bindings"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://www.freedesktop.org/wiki/Software/DBusBindings"
|
||||
distfiles="https://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz"
|
||||
checksum=abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f
|
||||
checksum=cdd4de2c4f5e58f287b12013ed7b41dee81d503c8d0d2397c5bd2fb01badf260
|
||||
lib32disabled=yes
|
||||
|
||||
pre_configure() {
|
||||
mkdir -p dbus-${py2_ver}
|
||||
|
|
Loading…
Reference in a new issue