summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2017-09-04 16:18:26 +0200
committerMorten Linderud2017-09-04 16:18:26 +0200
commit3f576bc6da01f9be102a7a8165f4d21fee8cc51b (patch)
tree409ac541a3a12bbe8df8d7669d9f660fb797acc8
parentff67e15ce7dcfabbbf767a4d240b95142d6f0c21 (diff)
downloadaur-3f576bc6da01f9be102a7a8165f4d21fee8cc51b.tar.gz
upgpkg: xoutputd-git v0.1.r8.g98fff27-1
upstream release Fixed xoutputd Signed-off-by: Morten Linderud <morten@linderud.pw>
-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")