summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaspar Friedrich2023-08-05 15:48:05 +0200
committerCaspar Friedrich2023-08-05 15:48:05 +0200
commit819ee55a5e3b78669f05902bafcfe296829c4cc4 (patch)
tree9e26867401ae1d5b9232a45a926f14d996713f2c
parentfbdfef35be40e6331266309bbef48891638688eb (diff)
downloadaur-819ee55a5e3b78669f05902bafcfe296829c4cc4.tar.gz
1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ae528e2b72..8bd524ba4ec9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-west
pkgdesc = Zephyr RTOS Project meta-tool
- pkgver = 1.0.0
+ pkgver = 1.1.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.0.0.tar.gz
- sha256sums = 66f870221928112ef58f2bfc5efd1d778e19eed140673984d97b221fbc0525f4
+ source = https://files.pythonhosted.org/packages/source/w/west/west-1.1.0.tar.gz
+ sha256sums = e3487f54b6bd904580489b603ef1a6e099c6f2e656014c2b83c4b3c2175fa4df
pkgname = python-west
diff --git a/PKGBUILD b/PKGBUILD
index 78cec6d9317c..36045954d152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname="python-west"
_name=${pkgname##"python-"}
pkgdesc="Zephyr RTOS Project meta-tool"
-pkgver=1.0.0
+pkgver=1.1.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=("66f870221928112ef58f2bfc5efd1d778e19eed140673984d97b221fbc0525f4")
+sha256sums=("e3487f54b6bd904580489b603ef1a6e099c6f2e656014c2b83c4b3c2175fa4df")