summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Randall2019-04-20 18:46:31 +1000
committerConor Randall2019-04-20 18:46:31 +1000
commit76cb533c116058592bba7d978856fcc43bf52a8c (patch)
tree16edd76ae0d4ea5e19c15dcc80d20c55aac9c1a0
parent46e2eb919219fc00d0079bbc409fffb39fb18c67 (diff)
downloadaur-76cb533c116058592bba7d978856fcc43bf52a8c.tar.gz
update depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c6595d357a..fb206245d51d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = i3lock-color
depends = cairo
depends = libxkbcommon-x11
depends = libjpeg-turbo
+ depends = xcb-util-xrm
provides = i3lock
provides = i3lock-color
conflicts = i3lock
diff --git a/PKGBUILD b/PKGBUILD
index 2a1f9c417552..468cf47a3105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="An improved screenlocker based upon XCB and PAM with color configuratio
arch=('i686' 'x86_64')
url="https://github.com/PandorasFox/i3lock-color"
license=('MIT')
-depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11' 'libjpeg-turbo')
+depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11' 'libjpeg-turbo' 'xcb-util-xrm')
provides=('i3lock' 'i3lock-color')
conflicts=('i3lock')
source=("https://github.com/PandorasFox/i3lock-color/archive/${_version}.tar.gz")