diff options
author | Klaus Alexander Seistrup | 2022-02-08 09:57:27 +0100 |
---|---|---|
committer | Klaus Alexander Seistrup | 2022-02-08 09:57:27 +0100 |
commit | 0e8d388697546b084fb04ff2687bb7aa5b573dff (patch) | |
tree | bbd1ffdf7eb76d5d17524f3a192d3e665c9e68cb | |
parent | d5fa91a9c2531a1b5f9f1c94f3cee65864819c55 (diff) | |
download | aur-0e8d388697546b084fb04ff2687bb7aa5b573dff.tar.gz |
New upstream release: 6.9.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = nb pkgdesc = A command line note-taking, bookmarking, archiving, and knowledge base application - pkgver = 6.9.2 + pkgver = 6.9.3 pkgrel = 1 url = https://github.com/xwmx/nb arch = any @@ -33,7 +33,7 @@ pkgbase = nb optdepends = ripgrep-all optdepends = termpdf.py-git optdepends = vifm - source = nb-6.9.2.tar.gz::https://github.com/xwmx/nb/archive/6.9.2.tar.gz - sha512sums = bdb1042d2438f0606a2968b9b8fd0ee13b3104ba3b1d29980cdccfd630af433c02f07fb05429b2743fc4700fc0cff99f8f05af616a70786ecaf9a101766f45e9 + source = nb-6.9.3.tar.gz::https://github.com/xwmx/nb/archive/6.9.3.tar.gz + sha512sums = 75db10c2ac9474a9292414e6830945e39f980c1c896cc1e7886cddb295f25141dd7c686d9eabf24807c2fff40882c336093e0fd3ee46086d3fad444fd2d550a3 pkgname = nb @@ -3,7 +3,7 @@ # Contributor: Klaus Alexander Seistrup <klaus@seistrup.dk> pkgname=nb -pkgver=6.9.2 +pkgver=6.9.3 pkgrel=1 pkgdesc="A command line note-taking, bookmarking, archiving, and knowledge base application" arch=('any') @@ -41,7 +41,7 @@ optdepends=( 'termpdf.py-git' 'vifm' ) -sha512sums=('bdb1042d2438f0606a2968b9b8fd0ee13b3104ba3b1d29980cdccfd630af433c02f07fb05429b2743fc4700fc0cff99f8f05af616a70786ecaf9a101766f45e9') +sha512sums=('75db10c2ac9474a9292414e6830945e39f980c1c896cc1e7886cddb295f25141dd7c686d9eabf24807c2fff40882c336093e0fd3ee46086d3fad444fd2d550a3') package() { cd "${pkgname}-${pkgver}" |