summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaan Genc2021-07-29 01:37:44 -0400
committerKaan Genc2021-07-29 01:37:44 -0400
commit8939f1d9ac87193365682baeb24386d268fc7372 (patch)
tree531af7ef9647286535f2d45f470478b025999868
parentc8641ec2f885ff33aa8221060303a97289033aba (diff)
downloadaur-8939f1d9ac87193365682baeb24386d268fc7372.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4268372cf702..1dcfbab18f18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dendron
pkgdesc = CLI tool for Dendron, the hierarchical note taking tool that grows as you do!
- pkgver = 0.51.1
+ pkgver = 0.52.0
pkgrel = 1
url = https://www.dendron.so/
arch = any
@@ -9,9 +9,9 @@ pkgbase = dendron
depends = nodejs
depends = libx11
depends = python
- noextract = dendron-cli-0.51.1.tgz
+ noextract = dendron-cli-0.52.0.tgz
options = !strip
- source = https://registry.npmjs.org/@dendronhq/dendron-cli/-/dendron-cli-0.51.1.tgz
- sha512sums = 2e46df9f92d181360d8ae4f251dc35b5f370e48ed1d30c15da8be73f40bbb605cc67321758b70b703508935d12ff31423c6202c85e38f23466fd5fc248c62825
+ source = https://registry.npmjs.org/@dendronhq/dendron-cli/-/dendron-cli-0.52.0.tgz
+ sha512sums = d5eb5a310c9446ff53482b42497d5e8df035155e7f3cead15f5fd4691c2774cd0b6648d78698f0034c066fc8b8f3cf251ce87e54d5e265d6bd74c894991b90b1
pkgname = dendron
diff --git a/PKGBUILD b/PKGBUILD
index b2c71e6ce4c8..be8120a46bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dendron
_npmname="dendron-cli"
-_npmver="0.51.1"
+_npmver="0.52.0"
pkgver=${_npmver//-/.}
pkgrel=1
pkgdesc="CLI tool for Dendron, the hierarchical note taking tool that grows as you do!"
@@ -21,4 +21,4 @@ package() {
chown -R root:root "${pkgdir}"
}
-sha512sums=('2e46df9f92d181360d8ae4f251dc35b5f370e48ed1d30c15da8be73f40bbb605cc67321758b70b703508935d12ff31423c6202c85e38f23466fd5fc248c62825')
+sha512sums=('d5eb5a310c9446ff53482b42497d5e8df035155e7f3cead15f5fd4691c2774cd0b6648d78698f0034c066fc8b8f3cf251ce87e54d5e265d6bd74c894991b90b1')