summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Johnson2021-11-15 03:17:24 -0600
committerGitHub2021-11-15 10:17:24 +0100
commit58751d4b2d189ae073df0e4f74ef2defbe02aa27 (patch)
tree9dbc06214c9778d9529a6e46ac38554e0d34d7b1
parent8de86d6d911a803aeaad23eff4359f870741be3c (diff)
downloadaur-58751d4b2d189ae073df0e4f74ef2defbe02aa27.tar.gz
Allow version 40 or 41 or 41.1 but not 42 (#2)
* Allow version 40 or 41 or 41.1 but not 42 * Bump version after Gnome 41
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fdbd498b22f..54e16fc4bb74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-impatience-git
pkgdesc = speed up gnome-shell animations
- pkgver = r43.e8e132f
+ pkgver = r45.9d48e4d
pkgrel = 1
url = https://github.com/gfxmonk/gnome-shell-impatience
install = gschemas.install
@@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-impatience-git
license = GPL3
makedepends = git
depends = gnome-shell>=1:40
- depends = gnome-shell<1:41
+ depends = gnome-shell<1:42
source = git+https://github.com/gfxmonk/gnome-shell-impatience
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 508827329bea..5aa7fefc5ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Schubert <mschu.dev at gmail> github.com/mschubert/PKGBUILDs
pkgname=gnome-shell-extension-impatience-git
_pkgname=gnome-shell-impatience
-pkgver=r43.e8e132f
+pkgver=r45.9d48e4d
pkgrel=1
pkgdesc="speed up gnome-shell animations"
arch=('any')
url="https://github.com/gfxmonk/gnome-shell-impatience"
license=('GPL3')
-depends=('gnome-shell>=1:40' 'gnome-shell<1:41')
+depends=('gnome-shell>=1:40' 'gnome-shell<1:42')
makedepends=('git')
install='gschemas.install'
source=("git+https://github.com/gfxmonk/gnome-shell-impatience")