summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2017-07-23 02:26:54 +0200
committerDeon Spengler2017-07-23 02:26:54 +0200
commita0e370eb9475363e1c5bb9ac250eb242e1ecde4b (patch)
tree5885ff80fae2d4896bb3f29b9b8901bb570e085e
parentd3d08fc663269eb0248b72401d05fb52031d8dac (diff)
downloadaur-a0e370eb9475363e1c5bb9ac250eb242e1ecde4b.tar.gz
Updated to 0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4007b71d3e4f..4ebe6b96abd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ddcutil
pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
- pkgver = 0.8.2
+ pkgver = 0.8.4
pkgrel = 1
url = http://ddcutil.com/
arch = i686
arch = x86_64
license = GPL
conflicts = ddcutil-git
- source = https://github.com/rockowitz/ddcutil/archive/v0.8.2.tar.gz
- sha256sums = 9760f9db092b2a15f0ca2b9fd96802bd31bb48097cca050cfcbf3d805a6fafd8
+ source = https://github.com/rockowitz/ddcutil/archive/v0.8.4.tar.gz
+ sha256sums = 7bfa9bd1dad7aac1853cf1070d2becf47156c158b84ae874cd77e8fd7d4e44d5
pkgname = ddcutil
diff --git a/PKGBUILD b/PKGBUILD
index 034421643fbb..9cf607953710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
pkgname=ddcutil
-pkgver=0.8.2
+pkgver=0.8.4
pkgrel=1
pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
url='http://ddcutil.com/'
license=('GPL')
conflicts=('ddcutil-git')
source=(https://github.com/rockowitz/ddcutil/archive/v${pkgver}.tar.gz)
-sha256sums=('9760f9db092b2a15f0ca2b9fd96802bd31bb48097cca050cfcbf3d805a6fafd8')
+sha256sums=('7bfa9bd1dad7aac1853cf1070d2becf47156c158b84ae874cd77e8fd7d4e44d5')
arch=('i686' 'x86_64')
build() {