This commit is contained in:
Caspar Friedrich 2022-09-01 08:04:06 +02:00
parent 732d3d11e4
commit 2815d74a8f
No known key found for this signature in database
GPG Key ID: E98504C3F3B0308E
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-west
pkgdesc = Zephyr RTOS Project meta-tool
pkgver = 0.13.1
pkgrel = 2
pkgver = 0.14.0
pkgrel = 1
url = https://pypi.org/project/west/
arch = any
license = Apache
@ -12,7 +12,7 @@ pkgbase = python-west
depends = python-yaml>=5.1
depends = python-pykwalify
depends = python-packaging
source = https://files.pythonhosted.org/packages/source/w/west/west-0.13.1.tar.gz
sha256sums = 07a07bb2167c14ce69c97cd792726ff66c2bf8446ae24884cd17f98cb4c289c3
source = https://files.pythonhosted.org/packages/source/w/west/west-0.14.0.tar.gz
sha256sums = 9a52a78565fd4d69c64b75c549f61b131892b1b6d26c1cc162cdead1a3cf4b8f
pkgname = python-west

View File

@ -5,8 +5,8 @@
pkgname="python-west"
_name=${pkgname##"python-"}
pkgdesc="Zephyr RTOS Project meta-tool"
pkgver=0.13.1
pkgrel=2
pkgver=0.14.0
pkgrel=1
arch=("any")
url="https://pypi.org/project/west/"
license=("Apache")
@ -24,4 +24,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
}
sha256sums=("07a07bb2167c14ce69c97cd792726ff66c2bf8446ae24884cd17f98cb4c289c3")
sha256sums=("9a52a78565fd4d69c64b75c549f61b131892b1b6d26c1cc162cdead1a3cf4b8f")