python-irc: update to 16.3.
This commit is contained in:
parent
93b97acd13
commit
5864739f5c
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'python-irc'
|
||||
pkgname=python-irc
|
||||
version=16.2.1
|
||||
version=16.3
|
||||
revision=1
|
||||
wrksrc=irc-${version}
|
||||
noarch=yes
|
||||
wrksrc="irc-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="irc"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -12,8 +13,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/jaraco/irc"
|
||||
distfiles="${PYPI_SITE}/i/irc/irc-${version}.tar.gz"
|
||||
checksum=c030a5df6cf505177b0481d9b93ffc63a02a3cfdacb3c96bbb70a8e5a89e1290
|
||||
noarch=yes
|
||||
checksum=8b56ac7311de80fe4b0bc95cc991d46267455401f83d37a2bef135c2885e4730
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue