summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-05-23 23:27:33 +0200
committerbegin-theadventure2023-05-23 23:27:33 +0200
commit5c3a126d77880e512da2b741f87f06eb649a704a (patch)
treea947e3171c23b74cf2da67f84e2d8f537880588d
parentd4d84c0ae0ad032db520f3cb3487138fbfd688e6 (diff)
downloadaur-5c3a126d77880e512da2b741f87f06eb649a704a.tar.gz
Upgrade to version 2.4.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD20
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddd9bade7b3b..32ca04674cd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notesnook
pkgdesc = Take private notes, capture ideas, make lists & sync them anywhere
- pkgver = 2.4.7
+ pkgver = 2.4.11
pkgrel = 1
url = https://notesnook.com/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = notesnook
options = !strip
source = notesnook::git+https://github.com/streetwriters/notesnook.git
source = notesnook.desktop
- sha512sums = SKIP
- sha512sums = 3b321b067f3123884bd8bd15cfcaea3d9d5745f82c8ee60ece7a6606f39f0113310544f8e93244cc620f3ee97fa47cc8b62496387d553a6b6c69c9deaf48382b
+ sha256sums = SKIP
+ sha256sums = f0e084aa6dae51e4f18962f5ca2b83c4150dc26dfad69301f0e8d2d0d0d876b5
pkgname = notesnook
diff --git a/PKGBUILD b/PKGBUILD
index 3be7ffea25fa..c80ef31218d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
-# Maintainer: joelvaz0x01 <joelvaz dot whitehat at gmail dot com>
-# Contributer: Dawid Weglarz <dawid.weglarz95@gmail.com>
-# Contributer: candroid_man <candroid_man@protonmail.com>
-# Contributer: Ada <adadonderr@gmail.com>
+# Maintainer: 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>
+# Contributor: Ada <adadonderr@gmail.com>
# Contributor: Christian Finnberg <christian@finnberg.net>
+
pkgname=notesnook
-pkgver=2.4.7
+pkgver=2.4.11
pkgrel=1
_electronversion=21
pkgdesc="Take private notes, capture ideas, make lists & sync them anywhere"
@@ -17,10 +19,10 @@ provides=(${pkgname})
conflicts=(${pkgname})
depends=("electron$_electronversion" 'gtk3' 'libxss' 'libnotify' 'libappindicator-gtk3')
makedepends=('nvm' 'git' 'yarn')
-source=(notesnook::git+https://github.com/streetwriters/notesnook.git
- ${pkgname}.desktop)
-sha512sums=('SKIP'
- '3b321b067f3123884bd8bd15cfcaea3d9d5745f82c8ee60ece7a6606f39f0113310544f8e93244cc620f3ee97fa47cc8b62496387d553a6b6c69c9deaf48382b')
+source=("notesnook::git+https://github.com/streetwriters/notesnook.git"
+ "${pkgname}.desktop")
+sha256sums=('SKIP'
+ 'f0e084aa6dae51e4f18962f5ca2b83c4150dc26dfad69301f0e8d2d0d0d876b5')
prepare() {
source /usr/share/nvm/init-nvm.sh && nvm install lts/gallium