summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2020-10-25 07:45:56 +0100
committerRasmus Steinke2020-10-25 07:45:56 +0100
commit97558578effd1cd0bc2721e787af739040cbb254 (patch)
treece2c1573b5b22989e6890d2570cdccd405ad6f3c
parentbaef3ba4632224a4199e70f55a20c8039ed7cba9 (diff)
downloadaur-xininfo-git.tar.gz
added xorgproto makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d35c8f9ad34..91b6f76e1fb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jun 23 22:21:15 UTC 2018
+# Sun Oct 25 06:45:29 UTC 2020
pkgbase = xininfo-git
pkgdesc = Small helper program for monitor layouts.
pkgver = 42.0bd94ad
@@ -9,6 +9,7 @@ pkgbase = xininfo-git
arch = any
license = GPL
makedepends = git
+ makedepends = xorgproto
depends = xcb-util-wm
depends = xcb-util
provides = xininfo
diff --git a/PKGBUILD b/PKGBUILD
index 2b2dd3d51158..42e542d47ccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('xcb-util-wm' 'xcb-util')
options=(!strip)
provides=('xininfo')
install=xininfo-git.install
-makedepends=('git')
+makedepends=('git' 'xorgproto')
source=('git+https://github.com/DaveDavenport/xininfo.git')
pkgver() {