summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrett Cornwall2019-09-12 18:38:40 +0200
committerBrett Cornwall2019-09-12 18:44:10 +0200
commitf0fc6b338425c165b43cff9e44428b653f0dd8d9 (patch)
tree18012ad075217cee6fa271c2302e03b5f7ea26ba /PKGBUILD
parent3dbc616745823ade263bfbee37e357112a5e7d37 (diff)
downloadaur-f0fc6b338425c165b43cff9e44428b653f0dd8d9.tar.gz
upgpkg: 0.9.7; fix license and conflicts()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f909030994de..3eb0300ff3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
pkgname=ddcutil
-pkgver=0.9.5
+pkgver=0.9.7
pkgrel=1
pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
url='http://ddcutil.com/'
-license=('GPL')
-conflicts=('ddcutil-git')
+license=('GPL2')
depends=(glib2 libusb udev libdrm libxrandr)
source=(https://github.com/rockowitz/ddcutil/archive/v${pkgver}.tar.gz)
-sha256sums=('aab0284d27c9537f995e8b79904b42099050ec05557b81ee29ff2045909e0933')
+sha256sums=('56a520a68e00e519a3ea5562238b2a67c0b9c4133a9b61983fe82b24e7066222')
arch=('x86_64')
build() {