summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorByeonghoon Yoo2020-08-24 01:14:20 +0900
committerByeonghoon Yoo2020-08-24 01:14:20 +0900
commit5516226c86b800ee7b80e22d535a74f26102f70b (patch)
tree85d4522fef5b1e658e0f0bf875bea3511c0abc45
parent9d96d8832d04936ffbfe9d91de2a950807347a86 (diff)
downloadaur-5516226c86b800ee7b80e22d535a74f26102f70b.tar.gz
Bump up version to 17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6358ab22ca0c..81e24887e9f5 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 = 16
+ pkgver = 17
pkgrel = 1
url = https://github.com/ai/autohide-battery
install = gschemas.install
@@ -9,8 +9,8 @@ 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/16.tar.gz
- md5sums = ac4a8e39ef944d6a12261916b263eaee
+ source = https://github.com/ai/autohide-battery/archive/17.tar.gz
+ md5sums = d095392431ae6fc7d1e4cfb4b6483c8f
pkgname = gnome-shell-extension-autohide-battery
diff --git a/PKGBUILD b/PKGBUILD
index 2874d612595a..04f419ba7b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=autohide-battery
pkgname=gnome-shell-extension-${_pkgname}
-pkgver=16
+pkgver=17
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=('ac4a8e39ef944d6a12261916b263eaee')
+md5sums=('d095392431ae6fc7d1e4cfb4b6483c8f')
package() {