python-selectors2: update to 2.0.0 (#6569)
This commit is contained in:
parent
8113c8b4be
commit
fc6e875bb5
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-selectors2'
|
# Template file for 'python-selectors2'
|
||||||
pkgname=python-selectors2
|
pkgname=python-selectors2
|
||||||
version=1.1.1
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="selectors2-${version}"
|
wrksrc="selectors2-${version}"
|
||||||
|
@ -12,8 +12,8 @@ maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/SethMichaelLarson/selectors2"
|
homepage="https://github.com/SethMichaelLarson/selectors2"
|
||||||
distfiles="${PYPI_SITE}/s/selectors2/selectors2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/selectors2/selectors2-${version}.tar.gz"
|
||||||
checksum=ef1eb63968155bc3bfb5bedf291374d058c3b0839b3b16604c6bdfd370e0c474
|
checksum=d27feb6b093c6488e95f51e11680ef17535e5e97381bd42cc329a7d2b470f0ec
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue