summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2018-10-08 22:10:49 +0200
committerDeon Spengler2018-10-08 22:10:49 +0200
commit4c8b0d4c6f55e1f1e1e5e55ea2c87f326acaf459 (patch)
treec5002dc4f8040f921b4fee655db9f3d89823d024
parent1f1b611af07e5e0837769b43e6b0bc0dd8b5063a (diff)
downloadaur-4c8b0d4c6f55e1f1e1e5e55ea2c87f326acaf459.tar.gz
Updated to 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21358f0ae6c4..f49ba49f743b 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.1
+ pkgver = 0.9.2
pkgrel = 1
url = http://ddcutil.com/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = ddcutil
depends = libdrm
depends = libxrandr
conflicts = ddcutil-git
- source = https://github.com/rockowitz/ddcutil/archive/v0.9.1.tar.gz
- sha256sums = bc7055604f2767b903845ccbdbe9fbd5fc79962d45eee817f164cfb472de777b
+ source = https://github.com/rockowitz/ddcutil/archive/v0.9.2.tar.gz
+ sha256sums = 88a94a9bf21ccb821681b0aa41e20fefdf9dafdebe6155aea73e36fbcb319db3
pkgname = ddcutil
diff --git a/PKGBUILD b/PKGBUILD
index 61b8037225dd..609f94953454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
pkgname=ddcutil
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
url='http://ddcutil.com/'
@@ -9,7 +9,7 @@ license=('GPL')
conflicts=('ddcutil-git')
depends=(glib2 libusb udev libdrm libxrandr)
source=(https://github.com/rockowitz/ddcutil/archive/v${pkgver}.tar.gz)
-sha256sums=('bc7055604f2767b903845ccbdbe9fbd5fc79962d45eee817f164cfb472de777b')
+sha256sums=('88a94a9bf21ccb821681b0aa41e20fefdf9dafdebe6155aea73e36fbcb319db3')
arch=('x86_64')
build() {