summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2018-07-21 01:29:28 +0200
committerpiotr2018-07-21 01:29:28 +0200
commit415a72961e8e291e678f5a27b315854dae669e71 (patch)
treebe88a1f132dbb61c7170eb9903eeb3bf47970c80
parentc895e6a22e88add836950cbdfbc4d1b34588b4fa (diff)
downloadaur-415a72961e8e291e678f5a27b315854dae669e71.tar.gz
battery low sound added
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4050b4b09809..0ef4029eac59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obhud
pkgdesc = Script for handling laptop-specific keys and events in Openbox
- pkgver = 0.1.5
- pkgrel = 2
+ pkgver = 0.1.7
+ pkgrel = 1
url = https://github.com/nwg-piotr/obhud
arch = i686
arch = x86_64
@@ -15,11 +15,12 @@ pkgbase = obhud
depends = python-pillow
depends = python-psutil
depends = xf86-input-synaptics
+ depends = ffmpeg
depends = python-lxml
- 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-0.1.7.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 = 010f02eb0bf39336bb1de7ae531d3890
+ md5sums = 1f627a99402ae13c5d475cbccdca8a46
md5sums = 5b26cb8e7fff160d1eccc183e8ae2d28
md5sums = 4429cf48928bf71e761df0f9b7dcbd8a
diff --git a/PKGBUILD b/PKGBUILD
index b82185b65dbe..5b22ba4e4218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('obhud')
-pkgver=0.1.5
-pkgrel=2
+pkgver=0.1.7
+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.5.tar.gz"
+depends=('xorg-xbacklight' 'xorg-xrandr' 'libxrandr' 'alsa-utils' 'python' 'python-pmw'
+'python-pillow' 'python-psutil' 'xf86-input-synaptics' 'ffmpeg' 'python-lxml')
+source=("https://github.com/nwg-piotr/obhud/raw/master/dist/obhud-0.1.7.tar.gz"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud"
"https://github.com/nwg-piotr/obhud/raw/master/dist/obhud.conf")
-md5sums=('010f02eb0bf39336bb1de7ae531d3890'
+md5sums=('1f627a99402ae13c5d475cbccdca8a46'
'5b26cb8e7fff160d1eccc183e8ae2d28'
'4429cf48928bf71e761df0f9b7dcbd8a')