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 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}")