python3-sh: update to 1.14.0
This commit is contained in:
parent
54f3903cd2
commit
32d385d5eb
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-sh'
|
# Template file for 'python3-sh'
|
||||||
pkgname=python3-sh
|
pkgname=python3-sh
|
||||||
version=1.13.1
|
version=1.14.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/amoffat/sh"
|
homepage="https://github.com/amoffat/sh"
|
||||||
distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
|
||||||
checksum=97a3d2205e3c6a842d87ebbc9ae93acae5a352b1bc4609b428d0fd5bb9e286a3
|
checksum=05c7e520cdf70f70a7228a03b589da9f96c6e0d06fc487ab21fc62b26a592e59
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue