summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2018-03-09 13:02:13 +0100
committerRuben De Smet2018-03-09 13:02:13 +0100
commit171e1590391b62178bf91ea53c0633b4199bcf0e (patch)
tree57a1091a3a8100aeb87965cfd6342f25b416ffee
parent2ed860a1d1098782d24657a58ed1603881757dd4 (diff)
downloadaur-171e1590391b62178bf91ea53c0633b4199bcf0e.tar.gz
Two other makedeps, thank you Omar007
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87d184b362cc..fd210ee1606a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Mar 8 15:03:31 UTC 2018
+# Fri Mar 9 12:01:35 UTC 2018
pkgbase = rofi-wayland-git
pkgdesc = A window switcher, run dialog and dmenu replacement
pkgver = 1.3.1.r384.g3a29d3ec
- pkgrel = 1
+ pkgrel = 2
url = https://davedavenport.github.io/rofi/
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = wayland
+ makedepends = libxkbcommon
+ makedepends = xcb-util-wm
depends = freetype2
depends = libxdg-basedir
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index 480677039c7c..742700919d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=rofi-wayland-git
_gitname=rofi
pkgver=1.3.1.r384.g3a29d3ec
-pkgrel=1
+pkgrel=2
pkgdesc="A window switcher, run dialog and dmenu replacement"
arch=('i686' 'x86_64')
url="https://davedavenport.github.io/rofi/"
@@ -17,7 +17,7 @@ depends=(freetype2 libxdg-basedir pango xcb-util-xrm wayland-wall)
optdepends=('sway: use as application runner'
'wlc-wall-injector: injects wall wayland protocol in wlc based compositors'
'orbment: use as application runner')
-makedepends=('git' 'wayland')
+makedepends=('git' 'wayland' 'libxkbcommon' 'xcb-util-wm')
provides=('rofi')
conflicts=('rofi')
source=("git+https://github.com/DaveDavenport/rofi#branch=wip/wayland")