summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2018-12-08 23:21:44 +0100
committerpiotr2018-12-08 23:21:44 +0100
commit79f4954bf162d0db5e13752ac9404e32c8c76946 (patch)
tree8ceeb59f395552ae29ea608e2e2bb87f3d931635
parentf0c0635469684997bf9e7f2404f6cae2579d2e0c (diff)
downloadaur-79f4954bf162d0db5e13752ac9404e32c8c76946.tar.gz
workaround to occasional xrandr error
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb3a8c176de4..71385995efd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obhud
pkgdesc = Script for handling laptop-specific keys and events in Openbox
- pkgver = 0.2.1
- pkgrel = 4
+ pkgver = 0.2.2
+ pkgrel = 1
url = https://github.com/nwg-piotr/obhud
arch = i686
arch = x86_64
@@ -18,11 +18,11 @@ pkgbase = obhud
depends = python-lxml
depends = python-setuptools
optdepends = light-git: For machines not handling xbacklight
- source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.2.1.tar.gz
+ source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.2.2.tar.gz
source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud
source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud.conf
source = https://github.com/nwg-piotr/obhud/raw/master/dist/timer.sh
- md5sums = 9a673a72241a44c0c889542bc16a6595
+ md5sums = 832120fbd0b012c3691104a94b3ae466
md5sums = 89995467e1d46692720d5331b8d444ac
md5sums = 8f3afd928dd1cdbfa5252cf614e392a4
md5sums = 6c9b537c6f32d3047a2b691d8ef600a7
diff --git a/PKGBUILD b/PKGBUILD
index 76972ca8b8eb..116d6238b5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('obhud')
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.2.2
+pkgrel=1
pkgdesc="Script for handling laptop-specific keys and events in Openbox"
arch=('i686' 'x86_64')
url="https://github.com/nwg-piotr/obhud"
@@ -9,12 +9,12 @@ license=('GPL3')
depends=('xorg-xbacklight' 'xorg-xrandr' 'libxrandr' 'alsa-utils' 'python' 'python-pmw'
'python-pillow' 'xf86-input-synaptics' 'ffmpeg' 'python-lxml' 'python-setuptools')
optdepends=('light-git: For machines not handling xbacklight')
-source=("https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.2.1.tar.gz"
+source=("https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.2.2.tar.gz"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud.conf"
"https://github.com/nwg-piotr/obhud/raw/master/dist/timer.sh")
-md5sums=('9a673a72241a44c0c889542bc16a6595'
+md5sums=('832120fbd0b012c3691104a94b3ae466'
'89995467e1d46692720d5331b8d444ac'
'8f3afd928dd1cdbfa5252cf614e392a4'
'6c9b537c6f32d3047a2b691d8ef600a7')