summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoelvaz0x012023-02-09 20:03:51 +0100
committerjoelvaz0x012023-02-09 20:03:51 +0100
commit5cbd64010c69e17740c86a4290ff23704b0e3722 (patch)
tree937eabcc38f5c9a0e5fa866c0dadb143a87cd23d
parent81549b3e304e6376b0f70a585a9c6303ff082265 (diff)
downloadaur-5cbd64010c69e17740c86a4290ff23704b0e3722.tar.gz
PKGBUILD minimal update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc03b4fef985..88c888e75234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notesnook
pkgdesc = Take private notes, capture ideas, make lists & sync them anywhere
pkgver = 2.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://notesnook.com/
arch = x86_64
license = GPLv3
@@ -21,6 +21,9 @@ pkgbase = notesnook
depends = snappy
depends = libnotify
depends = libappindicator-gtk3
+ provides = notesnook
+ conflicts = notesnook
+ options = !strip
source = git+https://github.com/streetwriters/notesnook.git
source = notesnook.desktop
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 41502ebc3cb9..26917a88ae22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,14 @@
pkgname=notesnook
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Take private notes, capture ideas, make lists & sync them anywhere"
arch=('x86_64')
url="https://notesnook.com/"
license=('GPLv3')
+options=(!strip)
+provides=(${pkgname})
+conflicts=(${pkgname})
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
makedepends=('nvm' 'git')
source=(git+https://github.com/streetwriters/${pkgname}.git