diff options
author | mschubert | 2016-04-24 13:40:43 +0100 |
---|---|---|
committer | mschubert | 2016-04-24 13:40:50 +0100 |
commit | 93b4b506418b27d01efb0280ae9feee15b9c77c7 (patch) | |
tree | 05ed14655c4e97e5076ec9b1f32bcaacd6dca257 | |
parent | f8fe1b6dedf0b9b6c8a68822736ccddfe6cc44ed (diff) | |
download | aur-93b4b506418b27d01efb0280ae9feee15b9c77c7.tar.gz |
gnome shell=3.20 works
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,13 +1,15 @@ +# Generated by mksrcinfo v8 +# Sun Apr 24 12:40:23 UTC 2016 pkgbase = gnome-shell-extension-impatience-git pkgdesc = speed up gnome-shell animations - pkgver = r24.f484418 + pkgver = r27.d639876 pkgrel = 1 url = https://github.com/gfxmonk/gnome-shell-impatience install = gschemas.install arch = any license = GPL3 makedepends = git - depends = gnome-shell<3.19 + depends = gnome-shell<3.21 source = git+https://github.com/gfxmonk/gnome-shell-impatience md5sums = SKIP @@ -1,13 +1,13 @@ # Maintainer: Michael Schubert <mschu.dev at gmail> pkgname=gnome-shell-extension-impatience-git _pkgname=gnome-shell-impatience -pkgver=r24.f484418 +pkgver=r27.d639876 pkgrel=1 pkgdesc="speed up gnome-shell animations" arch=('any') url="https://github.com/gfxmonk/gnome-shell-impatience" license=('GPL3') -depends=('gnome-shell<3.19') +depends=('gnome-shell<3.21') makedepends=('git') install='gschemas.install' source=("git+https://github.com/gfxmonk/gnome-shell-impatience") |