summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliolok2021-10-07 00:14:12 +0800
committerliolok2021-10-07 00:14:12 +0800
commit65686bc3b4ea997cf4e26e04790ed96a12f90a89 (patch)
treec12e904f47be6c4e8c0b461ef7b81d388c9f379e
parenteb0afd2228b4aae71fd28b05b9aa175f134223fe (diff)
downloadaur-65686bc3b4ea997cf4e26e04790ed96a12f90a89.tar.gz
upgrade to v19
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea417b5534f..a56fd1b4b5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = gnome-shell-extension-mpris-indicator-button
pkgdesc = A full featured MPRIS indicator button extension for GNOME Shell 3.38+
- pkgver = 18
+ pkgver = 19
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=23528
- sha256sums = 6368f4a6514b35661410bdfa89279d7da41c2d4134429b84c14fb7ca192359d2
+ source = gnome-shell-extension-mpris-indicator-button.zip::https://extensions.gnome.org/download-extension/mprisindicatorbutton@JasonLG1979.github.io.shell-extension.zip?version_tag=26789
+ sha256sums = d7aa938244e94201d5e81a9afd9a565e9226adc4ce17fb1b6928d81daef5ed9b
pkgname = gnome-shell-extension-mpris-indicator-button
-
diff --git a/PKGBUILD b/PKGBUILD
index ee3ef05dd9bd..ceb22bd85f6e 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=18
-_version_tag=23528
+_version=19
+_version_tag=26789
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=('6368f4a6514b35661410bdfa89279d7da41c2d4134429b84c14fb7ca192359d2')
+sha256sums=('d7aa938244e94201d5e81a9afd9a565e9226adc4ce17fb1b6928d81daef5ed9b')
package() {
local _destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid"