python-bluez: update to 0.21.
This commit is contained in:
parent
824cf3d4de
commit
01cf3b955d
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-bluez'
|
# Template file for 'python-bluez'
|
||||||
pkgname=python-bluez
|
pkgname=python-bluez
|
||||||
version=0.20
|
version=0.21
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="PyBluez-${version}"
|
wrksrc="pybluez-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="bluetooth"
|
pycompile_module="bluetooth"
|
||||||
hostmakedepends="unzip python-devel python3.4-devel"
|
hostmakedepends="python-devel python3.4-devel"
|
||||||
makedepends="python-devel python3.4-devel libbluetooth-devel"
|
makedepends="python-devel python3.4-devel libbluetooth-devel"
|
||||||
short_desc="Python2 wrapper for the BlueZ Bluetooth stack"
|
short_desc="Python2 wrapper for the BlueZ Bluetooth stack"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://code.google.com/p/pybluez/"
|
homepage="http://karulis.github.io/pybluez/"
|
||||||
distfiles="http://pybluez.googlecode.com/files/PyBluez-${version}.zip"
|
distfiles="https://github.com/karulis/pybluez/archive/${version}.tar.gz"
|
||||||
checksum=c5dbf8cc538acc98d18a16d75ce950c4726126f3818b89b620aac12614c2c048
|
checksum=be973f27c149bc6e1253336a2373bd92b0f360c0ba25c4ece98b192b09f4c03d
|
||||||
|
|
||||||
python3.4-bluez_package() {
|
python3.4-bluez_package() {
|
||||||
short_desc="${short_desc/2/3.4/}"
|
short_desc="${short_desc/2/3.4/}"
|
||||||
|
|
Loading…
Reference in New Issue