summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexei Colin2019-12-12 23:03:34 -0500
committerAlexei Colin2019-12-12 23:03:34 -0500
commit4fc3ae0062bd463c236f9e772d61ddbb4408b326 (patch)
treebe56e82c0d3079b2b1f3d6d77989950ca60caba0 /PKGBUILD
parent9fe65e24150e9b8c3cb13cb9228772012c1892ce (diff)
downloadaur-4fc3ae0062bd463c236f9e772d61ddbb4408b326.tar.gz
0.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee1304b0c327..21f887936bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname='python-west'
_name="west"
pkgdesc="Zephyr RTOS Project meta-tool (wrapper and bootstrap)"
-pkgver=0.6.1
+pkgver=0.6.3
pkgrel=1
arch=('any')
url='https://pypi.org/project/west/'
license=('Apache')
-depends=('python-configobj')
+depends=('python-configobj' 'python-colorama' 'python-pykwalify')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
build() {
@@ -21,4 +22,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=('ef1a3aee5f25aec5ac154784b0d2079ebf5f988fd57515d3a8ed5b914e3fc114')
+sha256sums=('8b6486595a868fe005e4e7f07214779be3f2e2fb26d53e79c951c80c838c8662')