summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadeox2021-07-17 23:05:08 +0200
committerRadeox2021-07-17 23:05:08 +0200
commita3bccf95498968ec0ab4d6908c106fcdeaa9cce7 (patch)
tree6774a03676e15ac68fe294c9ce170107294ba831
parentdfd8d765f430caf935440eb2d866e08d748fb3a1 (diff)
downloadaur-a3bccf95498968ec0ab4d6908c106fcdeaa9cce7.tar.gz
0.7
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5718a3cb3c87..657843098ec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +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.6
- pkgrel = 2
+ pkgver = 0.7
+ 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.6/bat
- sha256sums = 2324af8a848857a05c54dd6fec5eb776d2450081ec92aed164d629cd08d575f1
+ source = https://github.com/leveson/bat/releases/download/0.7/bat
+ sha256sums = 637a721ab92705094297bf8fa72c1eb4a4b7e227f3e3f203db8056ac6cbc71c5
pkgname = bat-asus-battery-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 82574ccdc459..d88812105329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>
pkgname=bat-asus-battery-bin
-pkgver=0.6
-pkgrel=2
+pkgver=0.7
+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")
-sha256sums=('2324af8a848857a05c54dd6fec5eb776d2450081ec92aed164d629cd08d575f1')
+sha256sums=('637a721ab92705094297bf8fa72c1eb4a4b7e227f3e3f203db8056ac6cbc71c5')
package() {
mv "${srcdir}/bat" "${srcdir}/bat-asus-battery"