diff --git a/.SRCINFO b/.SRCINFO index 615a681..b0d3e4a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 16034ef..eab95a1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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")