python3-pulsectl: update to 18.12.2.
This commit is contained in:
parent
b578809f9a
commit
dcd4d72140
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python3-pulsectl'
|
# Template file for 'python3-pulsectl'
|
||||||
pkgname=python3-pulsectl
|
pkgname=python3-pulsectl
|
||||||
version=18.10.6
|
version=18.12.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pulsectl-${version}"
|
wrksrc="pulsectl-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pulsectl"
|
pycompile_module="pulsectl"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-setuptools"
|
||||||
short_desc="Python3 high-level interfaces and ctypes bindings for libpulse"
|
short_desc="Python3 high-level interfaces and ctypes bindings for libpulse"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mk-fg/python-pulse-control"
|
homepage="https://github.com/mk-fg/python-pulse-control"
|
||||||
changelog="https://github.com/mk-fg/python-pulse-control/raw/master/CHANGES.rst"
|
changelog="https://github.com/mk-fg/python-pulse-control/raw/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pulsectl/pulsectl-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pulsectl/pulsectl-${version}.tar.gz"
|
||||||
checksum=9047d3fba37f744bd4287659846eb81bec26ffe6d1dafc33cc63b999d57f013b
|
checksum=21e24716c6d32faed1267bfe7c8afab2b99d732be4246dbdfab2a67e7057fdc1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue