summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTodd Johnson2021-11-15 03:17:24 -0600
committerGitHub2021-11-15 10:17:24 +0100
commit58751d4b2d189ae073df0e4f74ef2defbe02aa27 (patch)
tree9dbc06214c9778d9529a6e46ac38554e0d34d7b1 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")