summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaspar Friedrich2023-10-10 21:35:13 +0200
committerCaspar Friedrich2023-10-10 21:35:13 +0200
commit2a8546cd4daf9078b4cc5f98ac81383d973c2c0f (patch)
tree73010bd7505049712d78b85c170245f32ba0a334
parent819ee55a5e3b78669f05902bafcfe296829c4cc4 (diff)
downloadaur-python-west.tar.gz
1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bd524ba4ec9..b35f4c6ed769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-west
pkgdesc = Zephyr RTOS Project meta-tool
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://pypi.org/project/west/
arch = any
@@ -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-1.1.0.tar.gz
- sha256sums = e3487f54b6bd904580489b603ef1a6e099c6f2e656014c2b83c4b3c2175fa4df
+ source = https://files.pythonhosted.org/packages/source/w/west/west-1.2.0.tar.gz
+ sha256sums = b41e51ac90393944f9c01f7be27000d4b329615b7ed074fb0ef693b464681297
pkgname = python-west
diff --git a/PKGBUILD b/PKGBUILD
index 36045954d152..55f2f1b1f135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname="python-west"
_name=${pkgname##"python-"}
pkgdesc="Zephyr RTOS Project meta-tool"
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
arch=("any")
url="https://pypi.org/project/west/"
@@ -24,4 +24,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=("e3487f54b6bd904580489b603ef1a6e099c6f2e656014c2b83c4b3c2175fa4df")
+sha256sums=("b41e51ac90393944f9c01f7be27000d4b329615b7ed074fb0ef693b464681297")