summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e587ad859ae..dd978c9ad166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 13:48:03 UTC 2016
+# Sun Sep 25 13:44:35 UTC 2016
pkgbase = ddccontrol
pkgdesc = Control your monitor by software using the DDC/CI protocol
pkgver = 0.4.2
@@ -8,6 +8,7 @@ pkgbase = ddccontrol
arch = i686
arch = x86_64
license = GPL
+ makedepends = gtk2
depends = pciutils
depends = ddccontrol-db-git
depends = perl-xml-parser
diff --git a/PKGBUILD b/PKGBUILD
index 6f96648a959e..b405e29995e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ arch=('i686' 'x86_64')
url="http://ddccontrol.sourceforge.net/"
license=('GPL')
depends=('pciutils' 'ddccontrol-db-git' 'perl-xml-parser' 'libxml2')
+makedepends=('gtk2')
source=("http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"
"org.ddccontrol.pkexec.gddccontrol.policy")
options=('!libtool')