summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendrikto2019-06-12 01:34:56 +0200
committerHendrikto2019-06-12 01:34:56 +0200
commit1d989b0068fb3aa217c2fb7c68317837046b6826 (patch)
tree6a2f630c5b29bc4d50b918a988b0aa3a8d536a6f
parentf403ec1bf2cdd2d611b12c532471205f7e1a5bd0 (diff)
downloadaur-1d989b0068fb3aa217c2fb7c68317837046b6826.tar.gz
Update to version 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79367872d34c..a767d1f3ece8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = battery_warning
pkgdesc = Warn if the battery capacity drops too low
- pkgver = 1.0
- pkgrel = 2
+ pkgver = 1.1
+ pkgrel = 1
url = https://github.com/Hendrikto/battery_warning
arch = x86_64
license = MIT
makedepends = git
depends = i3-wm
- source = battery_warning-1.0::git+https://github.com/Hendrikto/battery_warning.git
+ source = battery_warning-1.1::git+https://github.com/Hendrikto/battery_warning.git
sha256sums = SKIP
pkgname = battery_warning
diff --git a/PKGBUILD b/PKGBUILD
index da3b6f7bdf61..9b2b7d650ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hendrik Werner <hendrik.to@gmail.com>
pkgname=battery_warning
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
pkgdesc='Warn if the battery capacity drops too low'
arch=('x86_64')
url='https://github.com/Hendrikto/battery_warning'