summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2018-05-30 14:12:24 +0930
committerSamuel Walladge2018-05-30 14:12:24 +0930
commit0bd64606efcd61b894fa589b545e352807d300fe (patch)
treeed68094fbd761c8e2d83b23f690da32d8ad8d408
parentc77eabf2adee588042253c96cd60f2f58d48c5ae (diff)
downloadaur-0bd64606efcd61b894fa589b545e352807d300fe.tar.gz
add missing dependency (libxss)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f2062614955..0a43f6d41f43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
pkgver = 1.1.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Automattic/simplenote-electron
arch = x86_64
license = GPL2
@@ -11,6 +11,7 @@ pkgbase = simplenote-electron-bin
depends = nss
depends = libxtst
depends = gtk2
+ depends = libxss
provides = simplenote
source = https://github.com/Automattic/simplenote-electron/releases/download/v1.1.3/Simplenote-linux-1.1.3.deb
sha256sums = 7ea24983e0a8738a628db9aeccca50b21b098c7725aaf8643416c90ea5e76758
diff --git a/PKGBUILD b/PKGBUILD
index fbaef6fd8b8f..fed6df846b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
pkgver=1.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="The simplest way to keep notes"
arch=('x86_64')
url="https://github.com/Automattic/simplenote-electron"
license=('GPL2')
-depends=('gcc-libs' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2')
+depends=('gcc-libs' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2' 'libxss')
provides=('simplenote')
source=("https://github.com/Automattic/simplenote-electron/releases/download/v${pkgver}/Simplenote-linux-${pkgver}.deb")