summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2019-03-04 10:53:53 +0200
committerDeon Spengler2019-03-04 10:53:53 +0200
commit3dbc616745823ade263bfbee37e357112a5e7d37 (patch)
tree1dacafccaea8a017df409d7fe97ad79d0a1c310b
parent7203970e2a08af8f679298ab0e57edafc7d9fca7 (diff)
downloadaur-3dbc616745823ade263bfbee37e357112a5e7d37.tar.gz
Updated to 0.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee6030061d5c..d779f0c0f06d 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.4
+ pkgver = 0.9.5
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.4.tar.gz
- sha256sums = e3dd3df48791462d1e877bc95e0e2e64d76562dad76e7a1606d52ff91b87cb2d
+ source = https://github.com/rockowitz/ddcutil/archive/v0.9.5.tar.gz
+ sha256sums = aab0284d27c9537f995e8b79904b42099050ec05557b81ee29ff2045909e0933
pkgname = ddcutil
diff --git a/PKGBUILD b/PKGBUILD
index 9b3a44841f50..f909030994de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
pkgname=ddcutil
-pkgver=0.9.4
+pkgver=0.9.5
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=('e3dd3df48791462d1e877bc95e0e2e64d76562dad76e7a1606d52ff91b87cb2d')
+sha256sums=('aab0284d27c9537f995e8b79904b42099050ec05557b81ee29ff2045909e0933')
arch=('x86_64')
build() {