summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2019-12-07 21:17:00 +0200
committerDeon Spengler2019-12-07 21:17:00 +0200
commit8e899a38662b4fe55cb17fae4343f0fb0f53ca0d (patch)
tree8215d1ffb1969ead9987dbea0fdfd6ebc4614fdd
parentf0fc6b338425c165b43cff9e44428b653f0dd8d9 (diff)
downloadaur-ddcutil.tar.gz
Updated to 0.9.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f89413916267..daf6de247c31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddcutil
pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
- pkgver = 0.9.7
+ pkgver = 0.9.8
pkgrel = 1
url = http://ddcutil.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = ddcutil
depends = udev
depends = libdrm
depends = libxrandr
- source = https://github.com/rockowitz/ddcutil/archive/v0.9.7.tar.gz
- sha256sums = 56a520a68e00e519a3ea5562238b2a67c0b9c4133a9b61983fe82b24e7066222
+ source = https://github.com/rockowitz/ddcutil/archive/v0.9.8.tar.gz
+ sha256sums = 445478a226d3fc46c6c058e503bba416948dad1152736b3c91326e60bbfc9025
pkgname = ddcutil
diff --git a/PKGBUILD b/PKGBUILD
index 3eb0300ff3a7..dd3948135671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
+# Maintainer: Deon Spengler <deon@spengler.co.za>
pkgname=ddcutil
-pkgver=0.9.7
+pkgver=0.9.8
pkgrel=1
pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
url='http://ddcutil.com/'
license=('GPL2')
depends=(glib2 libusb udev libdrm libxrandr)
source=(https://github.com/rockowitz/ddcutil/archive/v${pkgver}.tar.gz)
-sha256sums=('56a520a68e00e519a3ea5562238b2a67c0b9c4133a9b61983fe82b24e7066222')
+sha256sums=('445478a226d3fc46c6c058e503bba416948dad1152736b3c91326e60bbfc9025')
arch=('x86_64')
build() {