Package Details: bat-asus-battery-bin 0.14-3

Git Clone URL: https://aur.archlinux.org/bat-asus-battery-bin.git (read-only, click to copy)
Package Base: bat-asus-battery-bin
Description: Replicate the functionality of the ASUS Battery Health Charging on Windows which aims prolong the battery's life-span
Upstream URL: https://github.com/tshakalekholoane/bat
Keywords: battery
Licenses: MIT
Provides: bat-asus-battery
Submitter: Radeox
Maintainer: ferenc
Last Packager: ferenc
Votes: 6
Popularity: 0.018734
First Submitted: 2021-06-16 14:23 (UTC)
Last Updated: 2023-10-18 03:45 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

Covkie commented on 2024-04-15 22:36 (UTC)

Here's an updated PKGBUILD which updates the package to 1.1 and includes the manual pages provided by upstream.

# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>

pkgname=bat-asus-battery-bin
pkgver=1.1
pkgrel=1
pkgdesc="Replicate the functionality of the ASUS Battery Health Charging on Windows which aims prolong the battery's life-span"
arch=("x86_64")
url="https://github.com/tshakalekholoane/bat"
license=('MIT')
provides=('bat-asus-battery')
source=(${pkgname/-bin/}::"https://github.com/tshakalekholoane/bat/releases/download/${pkgver}/bat"
    "${pkgname/-bin/}.1"::"https://raw.githubusercontent.com/tshakalekholoane/bat/${pkgver}/bat.1"
    )
sha256sums=('0f6292d619cc485025b004d6ee3e1cb259b7917d074bdaaa4362deb8192d438d'
    'SKIP'
    ) 

package() {
    install -Dm755 "${srcdir}/bat-asus-battery" -t "${pkgdir}/usr/bin"
    install -Dm644 "${srcdir}/bat-asus-battery.1" -t "${pkgdir}/usr/share/man/man1/"
}

Dyro commented on 2024-03-21 14:12 (UTC)

The package working fine.

micwoj92 commented on 2023-10-16 04:32 (UTC)

This should not be "any" package, please update arch to "x86_64".

ferenc commented on 2023-10-16 04:22 (UTC)

@badik510 If you click to view changes you can see what needs to be updated when a new version comes out.

ferenc commented on 2023-10-16 04:19 (UTC)

Someone want to be co-maintainer? I won't be using a laptop, so could not test the new application releases anymore. Most of the time really easy to upgrade the package.

badik510 commented on 2023-09-29 06:55 (UTC)

Hi, thank you for your work on the maintenance of this package! But can we update the version?) Unfortunately, I could not manually change PKGBUILD so that version 13.1 could be delivered correctly! But in general, I am interested in participating EUR in case I can help with something) Thank you for your attention

reduxonefourone commented on 2022-06-13 11:02 (UTC)

@radeoux New patch of 0.9.1-2 has fixed the issue. Package builds and works normally now. Thank you.

Radeox commented on 2022-06-13 07:43 (UTC)

Hi @reduxonefourone, I've pushed a fix let me know if it works now :D

reduxonefourone commented on 2022-06-13 07:21 (UTC)

Hello. Thanks for packaging this tool. The latest 0.9.1-1 update on Manjaro is unable to be built. Pamac returned the result as failed to pass integrity check. Here's the log:

Building bat-asus-battery-bin... ==> Making package: bat-asus-battery-bin 0.9.1-1 ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found bat.zip ==> Validating source files with sha256sums... bat.zip ... FAILED ==> ERROR: One or more files did not pass the validity check! Failed to build bat-asus-battery-bin Hope for a fix soon enough. Thank you.

Radeox commented on 2021-06-27 11:43 (UTC)

I've fixed it, thanks for the tip!