summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a6af5e9e5ab..7e52ffd5ca06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = gnome-shell-extension-mpris-indicator-button-git
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell<=44.6
+ depends = gnome-shell<=1:44.6
provides = gnome-shell-extension-mpris-indicator-button
conflicts = gnome-shell-extension-mpris-indicator-button
source = git+https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button.git
diff --git a/PKGBUILD b/PKGBUILD
index 48c0fb8348c4..26bb7354ccc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A full featured MPRIS indicator button extension for GNOME Shell 3.38+"
arch=('any')
url="https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button"
license=('GPL3')
-depends=('gnome-shell<=44.6')
+depends=('gnome-shell<=1:44.6')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")