summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {