summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-08-19 16:09:30 +0200
committerKrzysztof (3ED) AS2015-08-19 16:09:30 +0200
commitc4f12bb9aebb09070b89b29a9a3a9a9932978678 (patch)
tree76efda637849705aac2f9b93ebea63d4a87c5551 /PKGBUILD
parente7547b077f67f78e8e666d2fd0094076bb25122b (diff)
downloadaur-c4f12bb9aebb09070b89b29a9a3a9a9932978678.tar.gz
fix depends to newer (and exist on aur) db
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d77669fe224d..d26270fbc4e9 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' 'perl-xml-parser')
+depends=('pciutils' 'ddccontrol-db-git' 'perl-xml-parser')
source=("http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"
"org.ddccontrol.pkexec.gddccontrol.policy")
options=('!libtool')