summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2019-07-10 21:54:45 +0800
committerpallxk2019-07-10 21:54:45 +0800
commit8615d81f5553c3dd89a9d79e64cce31288e79337 (patch)
treea19cf895c91b6cf61a2e182c0df75e6b4ccdf58c
parent70da0a7fe8b660450e1a353255e621326f3f6bd4 (diff)
downloadaur-8615d81f5553c3dd89a9d79e64cce31288e79337.tar.gz
Update to 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54ccce8078d3..5fcba93a055c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-knack
pkgdesc = A Python command line interface framework
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/Microsoft/knack
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-knack
depends = python-six
depends = python-tabulate
depends = python-yaml
- source = https://github.com/Microsoft/knack/archive/v0.6.2.tar.gz
- sha256sums = a354e9dfe965ecf4b8cea0ab6b757aae7936dc1c4231c70c10586b67ce4e73e1
+ source = https://github.com/Microsoft/knack/archive/v0.6.3.tar.gz
+ sha256sums = 29c39ca8f885f0cff52412bf414aef9e0f88e8c66ce7fa689bf12e054197138d
pkgname = python-knack
diff --git a/PKGBUILD b/PKGBUILD
index a3b9a02b6ed4..9b833e58ee74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
pkgname=python-knack
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="A Python command line interface framework"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-argcomplete' 'python-colorama' 'python-jmespath' 'python-six' '
makedepends=('python-setuptools')
checkdepends=('python-mock')
source=("https://github.com/Microsoft/knack/archive/v${pkgver}.tar.gz")
-sha256sums=('a354e9dfe965ecf4b8cea0ab6b757aae7936dc1c4231c70c10586b67ce4e73e1')
+sha256sums=('29c39ca8f885f0cff52412bf414aef9e0f88e8c66ce7fa689bf12e054197138d')
build() {
cd "knack-${pkgver}"