summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1a06b13ee2..a8821c60ad67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obhud
- pkgdesc = Script for handling laptop-specific keys in Openbox
- pkgver = 0.1.4
- pkgrel = 4
+ pkgdesc = Script for handling laptop-specific keys and events in Openbox
+ pkgver = 0.1.5
+ pkgrel = 1
url = https://github.com/nwg-piotr/obhud
arch = i686
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = obhud
depends = python-psutil
depends = xf86-input-synaptics
depends = python-lxml
- source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.4.tar.gz
+ source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.5.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
- md5sums = bebac2c3bf960f796ad7bcfe9fd29704
+ md5sums = 2c961a9cfaa092ff84ed415b82568445
md5sums = 5b26cb8e7fff160d1eccc183e8ae2d28
md5sums = 4429cf48928bf71e761df0f9b7dcbd8a
diff --git a/PKGBUILD b/PKGBUILD
index c8855d44c604..f1f0ede7d6d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('obhud')
-pkgver=0.1.4
-pkgrel=4
-pkgdesc="Script for handling laptop-specific keys in Openbox"
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Script for handling laptop-specific keys and events in Openbox"
arch=('i686' 'x86_64')
url="https://github.com/nwg-piotr/obhud"
license=('GPL3')
depends=('xorg-xbacklight' 'xorg-xrandr' 'libxrandr' 'alsa-utils' 'python' 'python-pmw' 'python-pillow' 'python-psutil' 'xf86-input-synaptics' 'python-lxml')
-source=("https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.4.tar.gz"
+source=("https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.5.tar.gz"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud.conf")
-md5sums=('bebac2c3bf960f796ad7bcfe9fd29704'
+md5sums=('2c961a9cfaa092ff84ed415b82568445'
'5b26cb8e7fff160d1eccc183e8ae2d28'
'4429cf48928bf71e761df0f9b7dcbd8a')