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