summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliolok2021-04-06 00:37:36 +0800
committerliolok2021-04-06 00:37:36 +0800
commit2b9f4be54d7a30e3e62d561158809e5e6209bc60 (patch)
tree4885aef921cb199d9b9ad1324fbd63b937c00a27
parenteca19ac94a1b4a2d6adeef81fcdd6cc229a246bd (diff)
downloadaur-2b9f4be54d7a30e3e62d561158809e5e6209bc60.tar.gz
upgrade to v17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f79efcc55c08..71aa8b001047 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.36+
- pkgver = 16
+ pkgdesc = A full featured MPRIS indicator button extension for GNOME Shell 3.38+
+ pkgver = 17
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=19952
- sha256sums = 6c5743fc0ad887f0b1d8d87167e1359eb18c107eba228d06eb4949b3d2905a06
+ 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
pkgname = gnome-shell-extension-mpris-indicator-button
diff --git a/PKGBUILD b/PKGBUILD
index 7c134a832802..26546738ca38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,19 +6,19 @@ _name='mpris-indicator-button'
_uuid='mprisindicatorbutton@JasonLG1979.github.io'
_pk=1379
_gnome_shell_version=3.38
-_version=16
-_version_tag=19952
+_version=17
+_version_tag=22636
pkgname="gnome-shell-extension-$_name"
pkgver=$_version
pkgrel=1
-pkgdesc="A full featured MPRIS indicator button extension for GNOME Shell 3.36+"
+pkgdesc="A full featured MPRIS indicator button extension for GNOME Shell 3.38+"
arch=('any')
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=('6c5743fc0ad887f0b1d8d87167e1359eb18c107eba228d06eb4949b3d2905a06')
+sha256sums=('5d1022e9d3240d81ad931d79e9859f742a139ee2abb957daa87ce21bf9894a49')
package() {
local _destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid"