python-pyqtgraph: update to 0.10.0.
This commit is contained in:
parent
dd16d43074
commit
ffb905f83b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pyqtgraph'
|
# Template file for 'python-pyqtgraph'
|
||||||
pkgname=python-pyqtgraph
|
pkgname=python-pyqtgraph
|
||||||
version=0.9.10
|
version=0.10.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=${pkgname#*-}-${pkgname#*-}-${version}
|
wrksrc=${pkgname#*-}-${pkgname#*-}-${version}
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pyqtgraph"
|
pycompile_module="pyqtgraph"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.pyqtgraph.org/"
|
homepage="http://www.pyqtgraph.org/"
|
||||||
distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz"
|
distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz"
|
||||||
checksum=44f018ee642454b070433472f23a900921538cec72381e28a26f5cba84973905
|
checksum=4c851deec81c1dd1ecb4468ff6d5b035349b167cc1b4e4bb724b4b410945d20b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue