summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-20 08:40:11 -0600
committerMark Wagie2023-09-20 08:40:11 -0600
commit96e968c4dd240acc46d7edcaa3c770446ea6390e (patch)
tree8137386d6128918dc65f67e537e1f8a29698ca7c
parent3704c4c0fb695c372b17ae7ba5e5cb2860606ffd (diff)
downloadaur-96e968c4dd240acc46d7edcaa3c770446ea6390e.tar.gz
correct minimum gnome-shell version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97eb141f59b0..892a7db9c03b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = gnome-shell-extension-blur-my-shell-git
arch = any
license = MIT
makedepends = git
- depends = gnome-shell>=45
+ depends = gnome-shell>=1:45.0
provides = gnome-shell-extension-blur-my-shell
conflicts = gnome-shell-extension-blur-my-shell
source = git+https://github.com/aunetx/blur-my-shell.git
diff --git a/PKGBUILD b/PKGBUILD
index f25482ab7d45..cbcf8690b636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
arch=('any')
url="https://github.com/aunetx/blur-my-shell"
license=('MIT')
-depends=('gnome-shell>=45')
+depends=('gnome-shell>=1:45.0')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")