summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliolok2021-04-13 01:08:46 +0800
committerliolok2021-04-13 01:08:46 +0800
commiteb0afd2228b4aae71fd28b05b9aa175f134223fe (patch)
tree77703ae4728879544081f82520aaa44c4e323935
parent2b9f4be54d7a30e3e62d561158809e5e6209bc60 (diff)
downloadaur-eb0afd2228b4aae71fd28b05b9aa175f134223fe.tar.gz
upgrade to v18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71aa8b001047..dea417b5534f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-mpris-indicator-button
pkgdesc = A full featured MPRIS indicator button extension for GNOME Shell 3.38+
- pkgver = 17
+ pkgver = 18
pkgrel = 1
url = https://extensions.gnome.org/extension/1379/mpris-indicator-button/
arch = any
license = GPL3
depends = gnome-shell>=3.38
- source = gnome-shell-extension-mpris-indicator-button.zip::https://extensions.gnome.org/download-extension/mprisindicatorbutton@JasonLG1979.github.io.shell-extension.zip?version_tag=22636
- sha256sums = 5d1022e9d3240d81ad931d79e9859f742a139ee2abb957daa87ce21bf9894a49
+ source = gnome-shell-extension-mpris-indicator-button.zip::https://extensions.gnome.org/download-extension/mprisindicatorbutton@JasonLG1979.github.io.shell-extension.zip?version_tag=23528
+ sha256sums = 6368f4a6514b35661410bdfa89279d7da41c2d4134429b84c14fb7ca192359d2
pkgname = gnome-shell-extension-mpris-indicator-button
diff --git a/PKGBUILD b/PKGBUILD
index 26546738ca38..ee3ef05dd9bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _name='mpris-indicator-button'
_uuid='mprisindicatorbutton@JasonLG1979.github.io'
_pk=1379
_gnome_shell_version=3.38
-_version=17
-_version_tag=22636
+_version=18
+_version_tag=23528
pkgname="gnome-shell-extension-$_name"
pkgver=$_version
@@ -18,7 +18,7 @@ url="$_gnome_site/extension/$_pk/$_name/"
license=('GPL3')
depends=("gnome-shell>=$_gnome_shell_version")
source=("$pkgname.zip::$_gnome_site/download-extension/$_uuid.shell-extension.zip?version_tag=$_version_tag")
-sha256sums=('5d1022e9d3240d81ad931d79e9859f742a139ee2abb957daa87ce21bf9894a49')
+sha256sums=('6368f4a6514b35661410bdfa89279d7da41c2d4134429b84c14fb7ca192359d2')
package() {
local _destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid"