summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2016-10-12 16:41:00 +0100
committermschubert2016-10-12 16:41:00 +0100
commit811d16ea7ad4b38b7e07399165c92dd4a4801715 (patch)
tree35504cd0e24dff53d68cdafb676fcdebd9dd3dd1
parent93b4b506418b27d01efb0280ae9feee15b9c77c7 (diff)
downloadaur-811d16ea7ad4b38b7e07399165c92dd4a4801715.tar.gz
remove gnome-shell version req
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29a8a15261f2..3920de19bd46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=gnome-shell-extension-impatience-git
_pkgname=gnome-shell-impatience
-pkgver=r27.d639876
+pkgver=r29.952c7f2
pkgrel=1
pkgdesc="speed up gnome-shell animations"
arch=('any')
url="https://github.com/gfxmonk/gnome-shell-impatience"
license=('GPL3')
-depends=('gnome-shell<3.21')
+depends=('gnome-shell')
makedepends=('git')
install='gschemas.install'
source=("git+https://github.com/gfxmonk/gnome-shell-impatience")