This commit is contained in:
Caspar Friedrich 2022-04-12 23:57:16 +02:00
parent c0d9f8dc66
commit 0c856473aa
No known key found for this signature in database
GPG Key ID: E98504C3F3B0308E
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python-west pkgbase = python-west
pkgdesc = Zephyr RTOS Project meta-tool pkgdesc = Zephyr RTOS Project meta-tool
pkgver = 0.12.0 pkgver = 0.13.0
pkgrel = 1 pkgrel = 1
url = https://pypi.org/project/west/ url = https://pypi.org/project/west/
arch = any arch = any
@ -11,7 +11,7 @@ pkgbase = python-west
depends = python-pyaml>=5.1 depends = python-pyaml>=5.1
depends = python-pykwalify depends = python-pykwalify
depends = python-packaging depends = python-packaging
source = https://files.pythonhosted.org/packages/source/w/west/west-0.12.0.tar.gz source = https://files.pythonhosted.org/packages/source/w/west/west-0.13.0.tar.gz
sha256sums = d7ce0d719fd218fee5983442fe93a33a21a6be6a736915a7ffbe75369714e9ce sha256sums = 8e53a678833a35f818ca48e182cecaa6701714c6d3fe5a5b4ff6c1689d82198e
pkgname = python-west pkgname = python-west

View File

@ -3,7 +3,7 @@
pkgname="python-west" pkgname="python-west"
_name=${pkgname##"python-"} _name=${pkgname##"python-"}
pkgdesc="Zephyr RTOS Project meta-tool" pkgdesc="Zephyr RTOS Project meta-tool"
pkgver=0.12.0 pkgver=0.13.0
pkgrel=1 pkgrel=1
arch=("any") arch=("any")
url="https://pypi.org/project/west/" url="https://pypi.org/project/west/"
@ -21,4 +21,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1 python setup.py install --root="$pkgdir" --optimize=1
} }
sha256sums=("d7ce0d719fd218fee5983442fe93a33a21a6be6a736915a7ffbe75369714e9ce") sha256sums=("8e53a678833a35f818ca48e182cecaa6701714c6d3fe5a5b4ff6c1689d82198e")