summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2022-11-07 11:24:13 -0300
committerFilipe Nascimento2022-11-07 11:24:13 -0300
commit4867cba2a6dbda875c8c71d2579b0730ea3afaa6 (patch)
treec97830670152e2d18d6efd616076de2801d80285 /PKGBUILD
parent70e6b73d8b9d5bedd58dd46c01735d8b79ed9ead (diff)
downloadaur-4867cba2a6dbda875c8c71d2579b0730ea3afaa6.tar.gz
upgpkg: kb 0.1.7-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1b4dd08bc43..995abc09309c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=kb
_module=kb-manager
-pkgver=0.1.6
-pkgrel=2
+pkgver=0.1.7
+pkgrel=1
pkgdesc="A command line minimalist knowledge base manager"
arch=('any')
url="https://github.com/gnebbia/kb"
@@ -14,7 +14,7 @@ checkdepends=('python-pytest-cov')
conflicts=("python-kb")
replaces=("python-kb")
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('55e3d8fd160ce1c71e3acaaf1bc14603fcb5dd055fc7eb62521d3f3737749b1d')
+sha256sums=('4c2919d6c3441ae69d9ce8ee86b79f64cc27ba928ef57cf8fa8a0ac5fc8683da')
build() {
cd ${_module}-${pkgver}