summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpryme-svg2021-03-19 16:08:25 -0700
committerpryme-svg2021-03-19 16:08:25 -0700
commit7d80318fe36b5c2057bfe1e9d614e8a423e2fd9a (patch)
treec3d6587e52f21dc2c10e3547c6f23980a1eb45ee
parent5e6b05818618cfab94ee27148aa8460883e1e49a (diff)
downloadaur-7d80318fe36b5c2057bfe1e9d614e8a423e2fd9a.tar.gz
add missing libxss dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98f10ad8cf75..6b8c5dc3d114 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = lightcord-bin
url = https://github.com/Lightcord/Lightcord
arch = x86_64
license = MIT
+ depends = libxss
optdepends = libappindicator-gtk3
provides = lightcord
conflicts = lightcord-git
diff --git a/PKGBUILD b/PKGBUILD
index a3c5ec78efb3..573011c3f7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A simple - customizable - Discord Client"
arch=("x86_64")
url="https://github.com/Lightcord/Lightcord"
license=('MIT')
-depends=()
+depends=('libxss')
optdepends=("libappindicator-gtk3")
provides=('lightcord')
conflicts=('lightcord-git')