python-smmap: update to 2.0.4.

This commit is contained in:
maxice8 2018-07-16 03:40:18 -03:00
parent 5800cca133
commit b3a0a0687c

View File

@ -1,7 +1,7 @@
# Template file for 'python-smmap' # Template file for 'python-smmap'
pkgname=python-smmap pkgname=python-smmap
version=2.0.3 version=2.0.4
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="smmap-${version}" wrksrc="smmap-${version}"
build_style=python-module build_style=python-module
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
short_desc="Sliding memory map manager (Python2)" short_desc="Sliding memory map manager (Python2)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
license="BSD-3-Clause"
homepage="https://github.com/gitpython-developers/smmap" homepage="https://github.com/gitpython-developers/smmap"
license="BSD"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0ee6d3d1b406ef2d591bb6c1a094363dfda34bf5313eda8a65946a19228ef208 checksum=88a0f04ab586dbcb1a13540ec979c687191918c0a0067899e228b3cbfbe05485
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE