summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2017-03-25 20:54:12 +0100
committerRuben De Smet2017-03-25 20:55:11 +0100
commit3e24f10df5f1fb80861335fee655ab9b0331acd1 (patch)
tree621d4e17e47cc864d7b50908b7b4b7fe399cf89e
parent9a2c52bdc70c3e86d6c9aec26dae6000a26f69f8 (diff)
downloadaur-3e24f10df5f1fb80861335fee655ab9b0331acd1.tar.gz
Fix xcb-util-xrm, wayland-wall dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a0a9ac55606..2500b37e039d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 19:52:10 UTC 2017
+# Sat Mar 25 19:55:08 UTC 2017
pkgbase = rofi-wayland-git
pkgdesc = A window switcher, run dialog and dmenu replacement
pkgver = 1.3.1.r337.gbb56bf3
@@ -12,6 +12,8 @@ pkgbase = rofi-wayland-git
depends = freetype2
depends = libxdg-basedir
depends = pango
+ depends = xcb-util-xrm
+ depends = wayland-wall
optdepends = sway: use as application runner
optdepends = orbment: use as application runner
provides = rofi
diff --git a/PKGBUILD b/PKGBUILD
index 34601a93e184..cbe0835b3927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="A window switcher, run dialog and dmenu replacement"
arch=('i686' 'x86_64')
url="https://davedavenport.github.io/rofi/"
license=('MIT')
-depends=(freetype2 libxdg-basedir pango)
+depends=(freetype2 libxdg-basedir pango xcb-util-xrm wayland-wall)
optdepends=('sway: use as application runner'
'orbment: use as application runner')
makedepends=('git')