summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerenc Kollar2023-10-18 05:45:18 +0200
committerFerenc Kollar2023-10-18 05:45:18 +0200
commitd0e51a9a65b78e08480f7d4170afa6ed7e962410 (patch)
treef7657b0142e323ed56b98f2cf5b339f88766b972
parent8c329065215eea61ad8278d785f84b6a80e3bc35 (diff)
downloadaur-d0e51a9a65b78e08480f7d4170afa6ed7e962410.tar.gz
fix pkgrel
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0921cf8e5fda..e32297727f8c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.14
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/tshakalekholoane/bat
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ff5c9aa4f33f..8fa045da22f3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bat-asus-battery-bin
pkgver=0.14
-pkgrel=2
+pkgrel=3
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"