python-decorator: update to 4.4.0.
This commit is contained in:
parent
3d1e263dd2
commit
b061954140
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-decorator'
|
||||
pkgname=python-decorator
|
||||
version=4.3.2
|
||||
version=4.4.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="decorator-${version}"
|
||||
|
@ -13,8 +13,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/micheles/decorator"
|
||||
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
|
||||
distfiles="https://github.com/micheles/decorator/archive/${version}.tar.gz"
|
||||
checksum=c053ec881270608a5aef624a45a7700ec76ceca9d96689506411e1f319085380
|
||||
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
|
||||
checksum=86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
|
|
Loading…
Reference in New Issue