summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorByeonghoon Yoo2022-07-30 13:30:39 +0900
committerByeonghoon Yoo2022-07-30 13:30:39 +0900
commit6930a7a9ba91b90c7b7f03fc98a8210a0867a2cb (patch)
treec054ce4b9db7b3e504cacfce3bab0e4f8b9856a7
parentbe5152b393afc3ee8a13146e18470b7b435d34cc (diff)
downloadaur-6930a7a9ba91b90c7b7f03fc98a8210a0867a2cb.tar.gz
bump up version to 29
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 718143930f83..47103d291073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-autohide-battery
pkgdesc = GNOME Shell extension to hide battery icon, if battery is fully charged and AC is connected
- pkgver = 17
- pkgrel = 2
+ pkgver = 29
+ pkgrel = 1
url = https://github.com/ai/autohide-battery
install = gschemas.install
arch = any
@@ -9,8 +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/17.tar.gz
- md5sums = d095392431ae6fc7d1e4cfb4b6483c8f
+ source = https://github.com/ai/autohide-battery/archive/29.tar.gz
+ md5sums = 9d68e6e7cb527e28ef698114c1c1079e
pkgname = gnome-shell-extension-autohide-battery
-
diff --git a/PKGBUILD b/PKGBUILD
index 6fb09b9842f9..0c6b974530d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=autohide-battery
pkgname=gnome-shell-extension-${_pkgname}
-pkgver=17
-pkgrel=2
+pkgver=29
+pkgrel=1
pkgdesc="GNOME Shell extension to hide battery icon, if battery is fully charged and AC is connected"
arch=('any')
url="https://github.com/ai/autohide-battery"
@@ -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=('d095392431ae6fc7d1e4cfb4b6483c8f')
+md5sums=('9d68e6e7cb527e28ef698114c1c1079e')
package() {