Package Details: bat-asus-battery-bin 1.1-1

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 (neitsab)
Last Packager: ferenc
Votes: 7
Popularity: 0.031011
First Submitted: 2021-06-16 14:23 (UTC)
Last Updated: 2024-11-03 15:31 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

ferenc commented on 2024-11-03 15:32 (UTC)

Thank you @Covkie and @neitsab! Sorry for the delay upgrading the package and co-maintainer.

neitsab commented on 2024-06-21 14:32 (UTC) (edited on 2024-06-21 14:38 (UTC) by neitsab)

@ferenc Hi, you are welcome to add me as a co-maintainer. My main machine is an ASUS laptop so I can (and actually want to) update and use this package. I am listed on the Support Staff page if you need some cred before adding me :-) (I was also the one who reported the new capability on Reddit and added the initial support on the wiki)

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