summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2018-05-17 09:00:56 +0200
committerDeon Spengler2018-05-17 09:00:56 +0200
commite669f7240b0a072c187252c94a07c9e62fb35449 (patch)
treee38867c4f5125ce360266141359dd2b0e635584f
parentb20ce2314762aa60b4f1d448e9cc69fcb23f3dbc (diff)
downloadaur-e669f7240b0a072c187252c94a07c9e62fb35449.tar.gz
Updated to 0.9.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8eaec070637..afd80554b7fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = ddcutil
pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
- pkgver = 0.8.6
- pkgrel = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = http://ddcutil.com/
- arch = i686
arch = x86_64
license = GPL
depends = glib2
@@ -12,8 +11,8 @@ pkgbase = ddcutil
depends = libdrm
depends = libxrandr
conflicts = ddcutil-git
- source = https://github.com/rockowitz/ddcutil/archive/v0.8.6.tar.gz
- sha256sums = 9c32dd346c8afd6b30713c557773e5b756a09d0d8d62e3ea207f658ff59c50c6
+ source = https://github.com/rockowitz/ddcutil/archive/v0.9.0.tar.gz
+ sha256sums = 65c9870b2f58424994ad6639385b0dfc91671abb73cd35681279a04706067b75
pkgname = ddcutil
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}"