summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorByeonghoon Yoo2023-07-04 23:23:29 +0900
committerByeonghoon Yoo2023-07-04 23:23:29 +0900
commit81ee2997ea8647ee1f4612a079eafc461abf026d (patch)
treea439c5d8bbccba0ea630c29d340a07e5699be58b
parent6930a7a9ba91b90c7b7f03fc98a8210a0867a2cb (diff)
downloadaur-81ee2997ea8647ee1f4612a079eafc461abf026d.tar.gz
chore: bump up to 41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47103d291073..ffea715edb4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-autohide-battery
pkgdesc = GNOME Shell extension to hide battery icon, if battery is fully charged and AC is connected
- pkgver = 29
+ pkgver = 41
pkgrel = 1
url = https://github.com/ai/autohide-battery
install = gschemas.install
@@ -9,7 +9,7 @@ pkgbase = gnome-shell-extension-autohide-battery
makedepends = git
depends = gnome-shell
conflicts = gnome-shell-extension-autohide-battery-git
- source = https://github.com/ai/autohide-battery/archive/29.tar.gz
- md5sums = 9d68e6e7cb527e28ef698114c1c1079e
+ source = https://github.com/ai/autohide-battery/archive/41.tar.gz
+ md5sums = 1eb015b8a28232cf9542429bddfe11fd
pkgname = gnome-shell-extension-autohide-battery
diff --git a/PKGBUILD b/PKGBUILD
index 0c6b974530d3..922021be0e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=autohide-battery
pkgname=gnome-shell-extension-${_pkgname}
-pkgver=29
+pkgver=41
pkgrel=1
pkgdesc="GNOME Shell extension to hide battery icon, if battery is fully charged and AC is connected"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('git')
conflicts=('gnome-shell-extension-autohide-battery-git')
install='gschemas.install'
source=(https://github.com/ai/${_pkgname}/archive/${pkgver}.tar.gz)
-md5sums=('9d68e6e7cb527e28ef698114c1c1079e')
+md5sums=('1eb015b8a28232cf9542429bddfe11fd')
package() {