summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpierre2020-10-22 00:00:40 +0200
committerpierre2020-10-22 00:00:40 +0200
commitae6885956c517a68eac0800473d28606f64bf3f3 (patch)
tree695afd1b6fef44a236397d01f11017c095166937 /PKGBUILD
parentf014352a8e29ee43130addbf79670cb736e91e97 (diff)
downloadaur-bato-bin.tar.gz
new release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60cc0f616fc8..6f84dfafe0bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bato-bin
_pkgname=bato
-pkgver=0.1.2
+pkgver=0.1.3
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=('37133c2e62b911ae2533b35c318c9c53')
+md5sums=('1754df42f62392d82539ffb1e0e093c9')
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"