summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2018-01-21 04:15:34 +0200
committerDeon Spengler2018-01-21 04:15:34 +0200
commitb20ce2314762aa60b4f1d448e9cc69fcb23f3dbc (patch)
tree91bb23799389fccec6524b480d458a1d7798945a
parent346c9084dd691c3673a45106a86f367c706cf691 (diff)
downloadaur-b20ce2314762aa60b4f1d448e9cc69fcb23f3dbc.tar.gz
Added depends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD3
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5034f3798063..b8eaec070637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
pkgbase = ddcutil
pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
pkgver = 0.8.6
- pkgrel = 1
+ pkgrel = 2
url = http://ddcutil.com/
arch = i686
arch = x86_64
license = GPL
+ depends = glib2
+ depends = libusb
+ depends = udev
+ depends = libdrm
+ depends = libxrandr
conflicts = ddcutil-git
source = https://github.com/rockowitz/ddcutil/archive/v0.8.6.tar.gz
- sha256sums = cb67719967ce813161a0f8a55fae1499e7d9d4c418820ad0930ef028e0fa66d5
+ sha256sums = 9c32dd346c8afd6b30713c557773e5b756a09d0d8d62e3ea207f658ff59c50c6
pkgname = ddcutil
diff --git a/PKGBUILD b/PKGBUILD
index eb95b5cc445c..735bbb65f864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=ddcutil
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
url='http://ddcutil.com/'
license=('GPL')
conflicts=('ddcutil-git')
+depends=(glib2 libusb udev libdrm libxrandr)
source=(https://github.com/rockowitz/ddcutil/archive/v${pkgver}.tar.gz)
sha256sums=('9c32dd346c8afd6b30713c557773e5b756a09d0d8d62e3ea207f658ff59c50c6')
arch=('i686' 'x86_64')