summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 094034bee74c..60cc0f616fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bato-bin
_pkgname=bato
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Small program to send battery notifications"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/doums/bato"
license=('MPL2')
source=("$pkgname-$pkgver::https://github.com/doums/bato/releases/download/v${pkgver}/${_pkgname}")
depends=('libnotify')
-md5sums=('9a776b90bbb47228c71bb0aacc31d936')
+md5sums=('37133c2e62b911ae2533b35c318c9c53')
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"