summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaan Genc2022-01-18 18:19:22 -0500
committerKaan Genc2022-01-18 18:19:22 -0500
commit20138db3ecf81ac9c52ed395a88f600713d816c2 (patch)
treef2aaaa243a4e289fd469f5e5ef617976d9b4d1e6
parentd707fc0c6a14d88027f9afd0e05497b493b4177a (diff)
downloadaur-20138db3ecf81ac9c52ed395a88f600713d816c2.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0ac8131244e..a2de64d02f3e 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.77.0
+ pkgver = 0.78.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.77.0.tgz
+ noextract = dendron-cli-0.78.0.tgz
options = !strip
- source = https://registry.npmjs.org/@dendronhq/dendron-cli/-/dendron-cli-0.77.0.tgz
- sha512sums = c23ff16a9dee0ae7593dcdb7cfcb4200ad5b79c82fe4a7a36f80cfb803ee13b685c10033df725d5e4a55e1494bc87615bef60fad00d4df82c26c7d5c7bbb60de
+ source = https://registry.npmjs.org/@dendronhq/dendron-cli/-/dendron-cli-0.78.0.tgz
+ sha512sums = c81721bffb2a711d81d4300001ad00856aa9554de850b91ef656499d18dcbed3a04fa66330097e947584baef4110c7364f2a10d8bee80c298ae17ab1fb15c3e7
pkgname = dendron
diff --git a/.gitignore b/.gitignore
index 87b113115fec..9fd28dee01f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,4 @@ pkg/
*.zst
*.tgz
*.tar
-.vscode/
+.vscode/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index c05662f3dd25..b96ff05d9284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dendron
_npmname="dendron-cli"
-_npmver="0.77.0"
+_npmver="0.78.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=('c23ff16a9dee0ae7593dcdb7cfcb4200ad5b79c82fe4a7a36f80cfb803ee13b685c10033df725d5e4a55e1494bc87615bef60fad00d4df82c26c7d5c7bbb60de')
+sha512sums=('c81721bffb2a711d81d4300001ad00856aa9554de850b91ef656499d18dcbed3a04fa66330097e947584baef4110c7364f2a10d8bee80c298ae17ab1fb15c3e7')