summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-24 18:56:32 +0800
committerzxp198210052023-08-24 18:56:32 +0800
commit35507dff8c21da3936b84d5cab6cbbc8c2b092e6 (patch)
tree5ef786f9d3335e6ce3fdd67882822e20ce91c1bf
parent24b928ec126d52e47fbf4f5e0145e82a3608ffa3 (diff)
downloadaur-35507dff8c21da3936b84d5cab6cbbc8c2b092e6.tar.gz
update to 2.6.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--notesnook.desktop2
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26ee25f011b8..ebd09663ef9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,6 @@ pkgbase = notesnook
source = notesnook-2.6.1.tar.gz::https://github.com/streetwriters/notesnook/archive/refs/tags/v2.6.1.tar.gz
source = notesnook.desktop
sha256sums = 81905d22d8d67417b2852070541802aafc4c588d213d8eca8fcb9a11b72cdb42
- sha256sums = 0b8a124a5236be2ddb1797606b148b8ca144162b7f2aa628c252e2f35b2f8aea
+ sha256sums = 102a538ee9432310d854842a578cd3371df0431b4db617479de66aa45b5f2440
pkgname = notesnook
diff --git a/PKGBUILD b/PKGBUILD
index 43503551765b..f8e8de50145d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
+# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
+# Contributor: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
# Contributor: joelvaz0x01 <joelvaz dot whitehat at gmail dot com>
# Contributor: Dawid Weglarz <dawid.weglarz95@gmail.com>
# Contributor: candroid_man <candroid_man@protonmail.com>
@@ -19,7 +20,7 @@ makedepends=('nodejs>=18' 'git' 'npm')
source=("${pkgname}-${pkgver}.tar.gz::${_githuburl}/archive/refs/tags/v${pkgver}.tar.gz"
"${pkgname}.desktop")
sha256sums=('81905d22d8d67417b2852070541802aafc4c588d213d8eca8fcb9a11b72cdb42'
- '0b8a124a5236be2ddb1797606b148b8ca144162b7f2aa628c252e2f35b2f8aea')
+ '102a538ee9432310d854842a578cd3371df0431b4db617479de66aa45b5f2440')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
# Build @notesnook/web
diff --git a/notesnook.desktop b/notesnook.desktop
index d7ce45a8a559..2a6c39c708e9 100644
--- a/notesnook.desktop
+++ b/notesnook.desktop
@@ -20,4 +20,4 @@ Exec=notesnook %U new notebook
[Desktop Action new-reminder]
Name=New reminder
-Exec=notesnook %U new reminder
+Exec=notesnook %U new reminder \ No newline at end of file