summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cd74da59a77..be0c064137b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Sep 4 08:46:54 UTC 2017
+# Mon Sep 4 14:18:28 UTC 2017
pkgbase = xoutputd-git
pkgdesc = Change screenlayout when connecting/disconnecting monitors
pkgver = v0.1.r8.g98fff27
@@ -7,8 +7,6 @@ pkgbase = xoutputd-git
url = https://github.com/jlpc/xoutputd.git
arch = any
license = MIT
- makedepends = libx11
- makedepends = libxrandr
depends = libx11
depends = libxrandr
provides = xoutputd
diff --git a/PKGBUILD b/PKGBUILD
index b69d54ffc08d..efe25bdc2528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ arch=('any')
url="https://github.com/jlpc/xoutputd.git"
license=('MIT')
depends=('libx11' 'libxrandr')
-makedepends=('libx11' 'libxrandr')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/jlpc/xoutputd.git")