summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaspar Friedrich2022-05-26 15:12:16 +0200
committerCaspar Friedrich2022-05-26 15:13:12 +0200
commitc30f8b298a64b4782ff4af851a9271f3d16313eb (patch)
tree6eacc4ea8f803032eeb7dce51f54095a629d7158
parent0c856473aa807e2a6ec8a66dc2b4448a11a838bd (diff)
downloadaur-c30f8b298a64b4782ff4af851a9271f3d16313eb.tar.gz
0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index badb993a4df3..53b5512f8e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-west
pkgdesc = Zephyr RTOS Project meta-tool
- pkgver = 0.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://pypi.org/project/west/
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-west
depends = python-pyaml>=5.1
depends = python-pykwalify
depends = python-packaging
- source = https://files.pythonhosted.org/packages/source/w/west/west-0.13.0.tar.gz
- sha256sums = 8e53a678833a35f818ca48e182cecaa6701714c6d3fe5a5b4ff6c1689d82198e
+ source = https://files.pythonhosted.org/packages/source/w/west/west-0.13.1.tar.gz
+ sha256sums = 07a07bb2167c14ce69c97cd792726ff66c2bf8446ae24884cd17f98cb4c289c3
pkgname = python-west
diff --git a/PKGBUILD b/PKGBUILD
index 1f9f7c94a6ed..12f52cde860f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-west"
_name=${pkgname##"python-"}
pkgdesc="Zephyr RTOS Project meta-tool"
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
arch=("any")
url="https://pypi.org/project/west/"
@@ -21,4 +21,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=("8e53a678833a35f818ca48e182cecaa6701714c6d3fe5a5b4ff6c1689d82198e")
+sha256sums=("07a07bb2167c14ce69c97cd792726ff66c2bf8446ae24884cd17f98cb4c289c3")