python-yaml: update to 6.0.1
This commit is contained in:
parent
6dc20636ef
commit
3e6b51f1d9
@ -4,8 +4,8 @@ _pyname=PyYAML
|
|||||||
_realname=yaml
|
_realname=yaml
|
||||||
pkgbase=python-${_realname}
|
pkgbase=python-${_realname}
|
||||||
pkgname=("python-${_realname}")
|
pkgname=("python-${_realname}")
|
||||||
pkgver=6.0
|
pkgver=6.0.1
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc='Python bindings for YAML, using fast libYAML library'
|
pkgdesc='Python bindings for YAML, using fast libYAML library'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://pyyaml.org/'
|
url='https://pyyaml.org/'
|
||||||
@ -22,7 +22,7 @@ makedepends=(
|
|||||||
'gcc'
|
'gcc'
|
||||||
)
|
)
|
||||||
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
|
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2')
|
sha256sums=('bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${_pyname}-${pkgver}"
|
cd "${_pyname}-${pkgver}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user