summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-03-18 17:55:20 +0100
committerThomas Venries2017-03-18 17:55:20 +0100
commitae887d8e5ecf1fcfb2a0c75b76dbb2388834cd9a (patch)
treef824b56f55d446e0828b2bffe2ade3879bb31a19
parent36c738ee13f5b431d3bfe8f55fb3923476849df2 (diff)
downloadaur-ae887d8e5ecf1fcfb2a0c75b76dbb2388834cd9a.tar.gz
v1.0-2: Fixed critical notif level if low-battery.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd80bf7ff286..5515814af40f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = batify
- pkgdesc = Udevrule to display plug and battery level notifications (multi-x sessions).
+ pkgdesc = Udevrule triggering plug and battery level notifications (multi-x sessions).
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ventto/batify.git
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 725e0a00bb14..b8d60450beff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=batify
pkgver=1.0
-pkgrel=1
-pkgdesc='Udevrule to display plug and battery level notifications (multi-x sessions).'
+pkgrel=2
+pkgdesc='Udevrule triggering plug and battery level notifications (multi-x sessions).'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"
license=('MIT')