summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeon Spengler2018-05-17 09:00:56 +0200
committerDeon Spengler2018-05-17 09:00:56 +0200
commite669f7240b0a072c187252c94a07c9e62fb35449 (patch)
treee38867c4f5125ce360266141359dd2b0e635584f /PKGBUILD
parentb20ce2314762aa60b4f1d448e9cc69fcb23f3dbc (diff)
downloadaur-e669f7240b0a072c187252c94a07c9e62fb35449.tar.gz
Updated to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 735bbb65f864..7cc2c763fe50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Deon Spengler <deon[at]spengler[dot]co[dot]za>
pkgname=ddcutil
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
url='http://ddcutil.com/'
license=('GPL')
conflicts=('ddcutil-git')
depends=(glib2 libusb udev libdrm libxrandr)
source=(https://github.com/rockowitz/ddcutil/archive/v${pkgver}.tar.gz)
-sha256sums=('9c32dd346c8afd6b30713c557773e5b756a09d0d8d62e3ea207f658ff59c50c6')
-arch=('i686' 'x86_64')
+sha256sums=('65c9870b2f58424994ad6639385b0dfc91671abb73cd35681279a04706067b75')
+arch=('x86_64')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"