summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2018-06-22 23:50:43 +0200
committerpiotr2018-06-22 23:50:43 +0200
commit3f6265ea8afd26004a1a33fec9935149ff9c9c23 (patch)
tree01d9c29cedf007ec2b11a2c8360db6fbb291a442
parent95849cb222f8423791a2acd1e0eb3b1e11ece833 (diff)
downloadaur-3f6265ea8afd26004a1a33fec9935149ff9c9c23.tar.gz
autoconfig added
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae5eff3f70bd..03bb6d64987d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obhud
pkgdesc = Script for handling laptop-specific keys in Openbox
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/nwg-piotr/obhud
arch = i686
@@ -15,10 +15,11 @@ pkgbase = obhud
depends = python-pillow
depends = python-psutil
depends = xf86-input-synaptics
- source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.2.tar.gz
+ depends = python-lxml
+ source = https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.3.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 = eb48589d9cfa6ddbe5802963aaca40dd
+ md5sums = 2ab0e3cc8126a4e2aedd01f08c73afd1
md5sums = 5b26cb8e7fff160d1eccc183e8ae2d28
md5sums = 4429cf48928bf71e761df0f9b7dcbd8a
diff --git a/PKGBUILD b/PKGBUILD
index a3f96aa6a632..8d2805d44499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('obhud')
-pkgver=0.1.2
+pkgver=0.1.3
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' 'xf86-input-synaptics')
-source=("https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.2.tar.gz"
+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.3.tar.gz"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud.conf")
-md5sums=('eb48589d9cfa6ddbe5802963aaca40dd'
+md5sums=('2ab0e3cc8126a4e2aedd01f08c73afd1'
'5b26cb8e7fff160d1eccc183e8ae2d28'
'4429cf48928bf71e761df0f9b7dcbd8a')