python-bitarray: update to 0.8.3.

This commit is contained in:
maxice8
2018-07-07 22:37:12 -03:00
parent a0edda14fc
commit fcdad563c8

View File

@@ -1,10 +1,10 @@
# Template file for 'python-bitarray' # Template file for 'python-bitarray'
pkgname=python-bitarray pkgname=python-bitarray
version=0.8.2 version=0.8.3
revision=1 revision=1
wrksrc="bitarray-${version}" wrksrc="bitarray-${version}"
pycompile_module="bitarray"
build_style=python-module build_style=python-module
pycompile_module="bitarray"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel libcurl-devel" makedepends="python-devel python3-devel libcurl-devel"
short_desc="Python2 module for efficiently representing arrays of booleans" short_desc="Python2 module for efficiently representing arrays of booleans"
@@ -12,7 +12,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
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=2fcf65c520c86268bcd5f2ba2edec40d60af923361b7527b1b30b51e5d656a59 checksum=14fa725b4225c4c87579218e65d716651aaaf0da5686ff0cc217948c5d178563
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE