summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadeox2021-12-14 14:20:41 +0100
committerRadeox2021-12-14 14:20:41 +0100
commiteb9bb3d696ea87e7e204d0b6cd6373beaa97267c (patch)
tree166cf4dacbb379ae0856d4feece3ce8db90b4179
parent44782ed554fb379aef202dd240ac208ec79364b5 (diff)
downloadaur-eb9bb3d696ea87e7e204d0b6cd6373beaa97267c.tar.gz
0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25d8654d3b9a..32a868ec4706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bat-asus-battery-bin
pkgdesc = Replicate the functionality of the ASUS Battery Health Charging on Windows which aims prolong the battery's life-span
- pkgver = 0.8.3
+ pkgver = 0.8.4
pkgrel = 1
url = https://github.com/leveson/bat
arch = any
license = MIT
provides = bat-asus-battery
- source = https://github.com/leveson/bat/releases/download/0.8.3/bat.zip
- sha256sums = 9f3823e887346a70a889f29881885292a4c00cc6983db7fe65f59df0f06ac6a1
+ source = https://github.com/leveson/bat/releases/download/0.8.4/bat
+ sha256sums = f8bd1314538d68ee19fee6bbf39649b0ab883f0f2b4c3e19d3f21761ac607738
pkgname = bat-asus-battery-bin
diff --git a/PKGBUILD b/PKGBUILD
index 907effc95d7b..f3f51ed9dfb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>
pkgname=bat-asus-battery-bin
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
pkgdesc="Replicate the functionality of the ASUS Battery Health Charging on Windows which aims prolong the battery's life-span"
arch=(any)
url="https://github.com/leveson/bat"
license=('MIT')
provides=('bat-asus-battery')
-source=("https://github.com/leveson/bat/releases/download/${pkgver}/bat.zip")
-sha256sums=('9f3823e887346a70a889f29881885292a4c00cc6983db7fe65f59df0f06ac6a1')
+source=("https://github.com/leveson/bat/releases/download/${pkgver}/bat")
+sha256sums=('f8bd1314538d68ee19fee6bbf39649b0ab883f0f2b4c3e19d3f21761ac607738')
package() {
- unzip -o "${srcdir}/bat.zip"
+ # unzip -o "${srcdir}/bat.zip"
mv "${srcdir}/bat" "${srcdir}/bat-asus-battery"
install -Dm755 "${srcdir}/bat-asus-battery" -t "${pkgdir}/usr/bin"
}