summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCandroid-man2021-12-29 21:38:46 -0600
committerCandroid-man2021-12-29 21:38:46 -0600
commitf4448d5efefb05430d2c38120cb1d8afa63e5903 (patch)
tree8f9635f7fcf35db74c0539c61f847e272b53fba7
parent78165788088da8f0378a633c98a6e984c098509a (diff)
downloadaur-f4448d5efefb05430d2c38120cb1d8afa63e5903.tar.gz
Updated to 1.7.0 and changed name correctly.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5897f03ca506..28d874d00749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-pkgbase = notesnook
+pkgbase = notesnook-bin
pkgdesc = Take private notes, capture ideas, make lists & sync them anywhere
- pkgver = 1.6.12
- pkgrel = 1
+ pkgver = 1.7.0
+ pkgrel = 2
url = https://notesnook.com/
arch = x86_64
license = Unknown
depends = gtk3
depends = nss
- source = notesnook_1.6.12_amd64.deb::https://github.com/streetwriters/notesnook/releases/download/v1.6.12/notesnook_amd64.deb
- sha256sums = 00d7398482b3e583d0b69aa7f7bc64e96ae03d3390fa5f9addae079c148b48fc
+ source = notesnook_1.7.0_amd64.deb::https://github.com/streetwriters/notesnook/releases/download/v1.7.0/notesnook_amd64.deb
+ sha256sums = 5db2d80cbb8255bd726d7dedfbc05491a7a4b6fdcfca6fcbd8c7aab3d97a2ded
-pkgname = notesnook
+pkgname = notesnook-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3ed3235ef0aa..1729ccd3971a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributer: Ada <adadonderr@gmail.com>
# Contributor: Christian Finnberg <christian@finnberg.net>
pkgname='notesnook-bin'
-pkgver=1.6.12
+pkgver=1.7.0
pkgrel=2
pkgdesc="Take private notes, capture ideas, make lists & sync them anywhere"
arch=('x86_64')
url="https://notesnook.com/"
license=('Unknown')
depends=('gtk3' 'nss')
-source=("notesnook_${pkgver}_amd64.deb"::"https://github.com/streetwriters/$pkgname/releases/download/v$pkgver/${pkgname}_amd64.deb")
-sha256sums=('00d7398482b3e583d0b69aa7f7bc64e96ae03d3390fa5f9addae079c148b48fc')
+source=("notesnook_${pkgver}_amd64.deb"::"https://github.com/streetwriters/notesnook/releases/download/v$pkgver/notesnook_amd64.deb")
+sha256sums=('5db2d80cbb8255bd726d7dedfbc05491a7a4b6fdcfca6fcbd8c7aab3d97a2ded')
package() {
bsdtar -xf data.tar.xz -C "$pkgdir"