summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-01-09 14:19:10 +0100
committerThomas Venries2017-01-09 14:19:10 +0100
commit9a5c31aa20268cd0bef2dd510f7641eb2154c06e (patch)
tree93e7e6513b439db1f6b808c12a92e540fed331a1
parent35441d6064e8b821934550d7d73e81f0fb33e481 (diff)
downloadaur-9a5c31aa20268cd0bef2dd510f7641eb2154c06e.tar.gz
Add release 0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a189ba2fe45..386847d269de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = batify
- pkgdesc = Minimalist way to set battery level warnings using udev and libnotify (for X single-user system).
- pkgver = 0.8
+ pkgdesc = Simple plug and battery level warnings using udev and libnotify (multi-users).
+ pkgver = 0.9
pkgrel = 1
url = https://github.com/Ventto/batify.git
arch = any
@@ -11,7 +11,7 @@ pkgbase = batify
optdepends = notification-daemon
provides = batify
conflicts = batify
- source = https://github.com/Ventto/batify/archive/v0.8.tar.gz
+ source = https://github.com/Ventto/batify/archive/v0.9.tar.gz
sha256sums = SKIP
pkgname = batify
diff --git a/PKGBUILD b/PKGBUILD
index 7b2e438449c9..3f39feb7229d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=batify
-pkgver=0.8
+pkgver=0.9
pkgrel=1
-pkgdesc='Minimalist way to set battery level warnings using udev and libnotify (for X single-user system).'
+pkgdesc='Simple plug and battery level warnings using udev and libnotify (multi-users).'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"
license=('MIT')