summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2018-03-08 16:03:39 +0100
committerRuben De Smet2018-03-08 16:03:39 +0100
commit2ed860a1d1098782d24657a58ed1603881757dd4 (patch)
treef078598baa994898b8523846221464eba542dd45
parent6cdfcd8177aa41779e841c787cc6f436a8ae1c0d (diff)
downloadaur-2ed860a1d1098782d24657a58ed1603881757dd4.tar.gz
Add wayland makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index befa8b719abe..87d184b362cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 20:09:04 UTC 2017
+# Thu Mar 8 15:03:31 UTC 2018
pkgbase = rofi-wayland-git
pkgdesc = A window switcher, run dialog and dmenu replacement
pkgver = 1.3.1.r384.g3a29d3ec
@@ -9,6 +9,7 @@ pkgbase = rofi-wayland-git
arch = x86_64
license = MIT
makedepends = git
+ makedepends = wayland
depends = freetype2
depends = libxdg-basedir
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index 5368bbb85e3b..480677039c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')
+makedepends=('git' 'wayland')
provides=('rofi')
conflicts=('rofi')
source=("git+https://github.com/DaveDavenport/rofi#branch=wip/wayland")