python-bitarray: update to 1.0.1.
This commit is contained in:
parent
565363fb31
commit
d0e7ed80b7
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-bitarray'
|
# Template file for 'python-bitarray'
|
||||||
pkgname=python-bitarray
|
pkgname=python-bitarray
|
||||||
version=0.8.3
|
version=1.0.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="bitarray-${version}"
|
wrksrc="bitarray-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="bitarray"
|
pycompile_module="bitarray"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
homepage="https://github.com/ilanschnell/bitarray"
|
homepage="https://github.com/ilanschnell/bitarray"
|
||||||
distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
|
distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz"
|
||||||
checksum=14fa725b4225c4c87579218e65d716651aaaf0da5686ff0cc217948c5d178563
|
checksum=bc5be12525ba67c6dd1fffc28b4a035aa52139a4be0aa94df1b544074284113e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue