summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Hiller2019-01-15 18:29:10 -0500
committerTom Hiller2019-01-15 18:29:10 -0500
commit17f5166aec8ce0d9e1bbbb2d57c43baff1e12046 (patch)
treed24dc741a08f760fc12bb6f94f8dfd6750f4f7a7 /PKGBUILD
parent518c9661a299e2bf6ad3083129671e464419c8f0 (diff)
downloadaur-17f5166aec8ce0d9e1bbbb2d57c43baff1e12046.tar.gz
add libxss dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07642441ca5c..91f0b82f3736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tom Hiller <thrilleratplay@gmail.com>
pkgname=notable-bin
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="The markdown-based note-taking app that doesn't suck"
arch=('x86_64')
url="https://github.com/fabiospampinato/notable"
license=('MIT')
groups=()
-depends=()
+depends=('libxss')
makedepends=()
checkdepends=()
optdepends=()