summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6052fc0157..5be06be999cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obhud
pkgdesc = Script for handling laptop-specific keys in Openbox
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/nwg-piotr/obhud
arch = i686
@@ -14,12 +14,13 @@ pkgbase = obhud
depends = python-pmw
depends = python-pillow
depends = python-psutil
- source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.0.tar.gz
+ depends = xf86-input-synaptics
+ source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.1.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 = 37f21dc474fd0c0002e3a3bfd1eaf0da
+ md5sums = a5f2f65122606dbd27f2700ed4eb2e6a
md5sums = 5b26cb8e7fff160d1eccc183e8ae2d28
- md5sums = 943101fced79c8986debb8bb5406e370
+ md5sums = 4429cf48928bf71e761df0f9b7dcbd8a
pkgname = obhud
diff --git a/PKGBUILD b/PKGBUILD
index 98c0d71ed773..340924d48768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('obhud')
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Script for handling laptop-specific keys 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')
-source=("https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.0.tar.gz"
+depends=('xorg-xbacklight' 'xorg-xrandr' 'libxrandr' 'alsa-utils' 'python' 'python-pmw' 'python-pillow' 'python-psutil' 'xf86-input-synaptics')
+source=("https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.1.tar.gz"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud.conf")
-md5sums=('37f21dc474fd0c0002e3a3bfd1eaf0da'
+md5sums=('a5f2f65122606dbd27f2700ed4eb2e6a'
'5b26cb8e7fff160d1eccc183e8ae2d28'
- '943101fced79c8986debb8bb5406e370')
+ '4429cf48928bf71e761df0f9b7dcbd8a')
package() {
install -D -m 755 obhud \