summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Kugland2020-02-03 17:09:02 -0300
committerAndré Kugland2020-02-03 17:09:02 -0300
commit409df4079669883feb4bcaa1b4b7a9b675fe7d96 (patch)
tree7ac96875b8804cf316ffd4ab0de5338427ed43e6
parent53342b5cf149d4fa2085c094b87485d311b41cb5 (diff)
downloadaur-notable-bin.tar.gz
1.8.4-5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e59a3c4266a8..66fbe09b8ede 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = notable-bin
pkgdesc = The markdown-based note-taking app that doesnt suck
pkgver = 1.8.4
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/notable/notable
arch = x86_64
license = Freeware
- depends = libxss nss-mdns libnotify libappindicator-gtk3
+ depends = libxss
provides = notable
source = https://github.com/notable/notable/releases/download/v1.8.4/notable_1.8.4_amd64.deb
sha512sums = a05a79d180f29562eefc7717ff5c3d52a1465c8a18be3766f138a2aeec0d268ed72d0de4ee9cd7747b19e30a3ef344e4f8bdeb755118a39a22193d5d6e213dd2
diff --git a/PKGBUILD b/PKGBUILD
index 0ba0f30be302..9cae6a7506b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andre Kugland <kugland@gmail.com>
pkgname=notable-bin
pkgver=1.8.4
-pkgrel=4
+pkgrel=5
epoch=
pkgdesc="The markdown-based note-taking app that doesn't suck"
arch=('x86_64')
url="https://github.com/notable/notable"
license=('Freeware')
groups=()
-depends=('libxss' 'nss-mdns' 'libnotify' 'libappindicator-gtk3')
+depends=('libxss')
makedepends=()
checkdepends=()
optdepends=()