summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2022-01-04 13:35:48 +0800
committerpallxk2022-01-04 13:35:48 +0800
commit7d2f5ef311d76c14239282afd0d8fb6dfd4e9a40 (patch)
treead77c26b85a636a4ec1cfa3662ad760f5a7d70e3
parente05105757ae9aec5143d5fa5537a4de0b290ec3d (diff)
downloadaur-7d2f5ef311d76c14239282afd0d8fb6dfd4e9a40.tar.gz
Update sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c679865cb3f1..5dec54445a78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-knack
pkgdesc = A Python command line interface framework
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Microsoft/knack
arch = any
license = MIT
@@ -15,6 +15,6 @@ pkgbase = python-knack
depends = python-tabulate
depends = python-yaml
source = https://github.com/Microsoft/knack/archive/v0.9.0.tar.gz
- sha256sums = 1daaf44c6e526addc60906a68b9cac2d32415ffc24a4dbe8a640f12ba477eacd
+ sha256sums = 520f7ac0aeeca85b9b33c2612482e7b6d5da898c1e2f32c00408ce32976fad21
pkgname = python-knack
diff --git a/PKGBUILD b/PKGBUILD
index 9ed634e1aa02..751dddf4d43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-knack
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Python command line interface framework"
arch=('any')
url="https://github.com/Microsoft/knack"
@@ -12,7 +12,7 @@ depends=('python-argcomplete' 'python-colorama' 'python-jmespath' 'python-six' '
makedepends=('python-setuptools')
checkdepends=('python-mock' 'python-pytest')
source=("https://github.com/Microsoft/knack/archive/v${pkgver}.tar.gz")
-sha256sums=('1daaf44c6e526addc60906a68b9cac2d32415ffc24a4dbe8a640f12ba477eacd')
+sha256sums=('520f7ac0aeeca85b9b33c2612482e7b6d5da898c1e2f32c00408ce32976fad21')
build() {
cd "knack-${pkgver}"