summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a075162a92..3fdbd498b22f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ pkgbase = gnome-shell-extension-impatience-git
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell>=40
+ depends = gnome-shell>=1:40
+ depends = gnome-shell<1:41
source = git+https://github.com/gfxmonk/gnome-shell-impatience
sha256sums = SKIP
pkgname = gnome-shell-extension-impatience-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b58b4380b0eb..508827329bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Michael Schubert <mschu.dev at gmail>
+# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=gnome-shell-extension-impatience-git
_pkgname=gnome-shell-impatience
pkgver=r43.e8e132f
@@ -7,7 +7,7 @@ pkgdesc="speed up gnome-shell animations"
arch=('any')
url="https://github.com/gfxmonk/gnome-shell-impatience"
license=('GPL3')
-depends=('gnome-shell>=40')
+depends=('gnome-shell>=1:40' 'gnome-shell<1:41')
makedepends=('git')
install='gschemas.install'
source=("git+https://github.com/gfxmonk/gnome-shell-impatience")