summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2019-09-12 18:38:40 +0200
committerBrett Cornwall2019-09-12 18:44:10 +0200
commitf0fc6b338425c165b43cff9e44428b653f0dd8d9 (patch)
tree18012ad075217cee6fa271c2302e03b5f7ea26ba
parent3dbc616745823ade263bfbee37e357112a5e7d37 (diff)
downloadaur-f0fc6b338425c165b43cff9e44428b653f0dd8d9.tar.gz
upgpkg: 0.9.7; fix license and conflicts()
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d779f0c0f06d..f89413916267 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = ddcutil
pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
- pkgver = 0.9.5
+ pkgver = 0.9.7
pkgrel = 1
url = http://ddcutil.com/
arch = x86_64
- license = GPL
+ license = GPL2
depends = glib2
depends = libusb
depends = udev
depends = libdrm
depends = libxrandr
- conflicts = ddcutil-git
- source = https://github.com/rockowitz/ddcutil/archive/v0.9.5.tar.gz
- sha256sums = aab0284d27c9537f995e8b79904b42099050ec05557b81ee29ff2045909e0933
+ source = https://github.com/rockowitz/ddcutil/archive/v0.9.7.tar.gz
+ sha256sums = 56a520a68e00e519a3ea5562238b2a67c0b9c4133a9b61983fe82b24e7066222
pkgname = ddcutil
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() {