python3-toml: update to 0.10.1.
This commit is contained in:
parent
10b5101d27
commit
642b562f36
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-toml'
|
# Template file for 'python3-toml'
|
||||||
pkgname=python3-toml
|
pkgname=python3-toml
|
||||||
version=0.10.0
|
version=0.10.1
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="toml-${version}"
|
wrksrc="toml-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="AcidBear <jake.slazenger@yandex.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/uiri/toml"
|
homepage="https://github.com/uiri/toml"
|
||||||
distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/toml/toml-${version}.tar.gz"
|
||||||
checksum=229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c
|
checksum=926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue