summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Hitchcock2018-11-06 14:24:00 -0600
committerDouglas Hitchcock2018-11-06 14:24:00 -0600
commit2875472248520b1961e6fe33c9195e3272fc8c70 (patch)
tree691ecb33a4c50188ba848f341fa0bd87f327b01f
parent44edbba1e97bdb510cfc7d2b2d40e5ec96916b0c (diff)
downloadaur-2875472248520b1961e6fe33c9195e3272fc8c70.tar.gz
AAAND added libxss
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2ddd5953be6..783d987d1873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = sococo
arch = x86_64
depends = gconf
depends = gtk2
+ depends = libxss
license = custom
source_x86_64 = https://s.sococo.com/rs/client/linux64/apt/pool/main/sococo-6.4.0-19486_amd64.deb
sha256sums_x86_64 = 0fbb4bda1e8665d82a8da9811dcf9ec875b10125a7e74192e728fd843951dedd
diff --git a/PKGBUILD b/PKGBUILD
index b1e23b968c98..1918e87c339d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Sococo for Linux"
arch=('x86_64')
url="https://app.sococo.com/a/download"
license=('custom')
-depends=('gconf' 'gtk2')
+depends=('gconf' 'gtk2' 'libxss')
source_x86_64=(
"https://s.sococo.com/rs/client/linux64/apt/pool/main/sococo-${pkgver//_/-}_amd64.deb"
)