summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoelvaz0x012022-12-07 19:56:07 +0100
committerjoelvaz0x012022-12-07 19:56:07 +0100
commit9cc43cefa7ec706522bb5b824818446964daaa7f (patch)
treed79d146982a97bfdab5548c9cfd551395d64144a
parenta4406d41a8045cdbfd6c4e70aa8a3cfebd0688c8 (diff)
downloadaur-9cc43cefa7ec706522bb5b824818446964daaa7f.tar.gz
v2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c8efcbeb7c..8f59ec173e2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = notesnook
pkgdesc = Take private notes, capture ideas, make lists & sync them anywhere
- pkgver = 2.2.4
+ pkgver = 2.3.0
pkgrel = 1
url = https://notesnook.com/
arch = x86_64
license = GPLv3
depends = gtk3
depends = nss
- source = notesnook_2.2.4_amd64.deb::https://github.com/streetwriters/notesnook/releases/download/v2.2.4/notesnook_linux_amd64.deb
- sha256sums = a2b9ace1b4838a441488f43dc3e91d850676e3e8c50374344e0d34b6340d35e9
+ source = notesnook_2.3.0_amd64.deb::https://github.com/streetwriters/notesnook/releases/download/v2.3.0/notesnook_linux_amd64.deb
+ sha256sums = a7e51a449b1dc88dcf6bc6bcf150dcacb8dbc4ddb0b7fa36acafc61df30c11ac
pkgname = notesnook
diff --git a/PKGBUILD b/PKGBUILD
index 20346cbb26d4..2b12bb905a51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Christian Finnberg <christian@finnberg.net>
pkgname=notesnook
-pkgver=2.2.4
+pkgver=2.3.0
pkgrel=1
pkgdesc="Take private notes, capture ideas, make lists & sync them anywhere"
arch=('x86_64')
@@ -13,7 +13,7 @@ url="https://notesnook.com/"
license=('GPLv3')
depends=('gtk3' 'nss')
source=("notesnook_${pkgver}_amd64.deb"::"https://github.com/streetwriters/notesnook/releases/download/v$pkgver/notesnook_linux_amd64.deb")
-sha256sums=('a2b9ace1b4838a441488f43dc3e91d850676e3e8c50374344e0d34b6340d35e9')
+sha256sums=('a7e51a449b1dc88dcf6bc6bcf150dcacb8dbc4ddb0b7fa36acafc61df30c11ac')
package() {
bsdtar -xf data.tar.xz -C "$pkgdir"