summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2022-11-01 12:58:39 +0100
committermschubert2022-11-01 12:58:39 +0100
commitd251d23c07d4948a284ce7c6776b8116c064248b (patch)
treedeaa1ef2962f060514f72cbdbe3eb220a9da2011
parent5a067dc9065b035d2edb28b8154735b3eff8abd9 (diff)
downloadaur-d251d23c07d4948a284ce7c6776b8116c064248b.tar.gz
remove gnome<1.43 for git head
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6fc224c2499..f8d8a2750d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-impatience-git
pkgdesc = speed up gnome-shell animations
- pkgver = 0.4.6.r4.ga2e06be
+ pkgver = 0.4.8.r2.g3123c74
pkgrel = 1
url = https://github.com/timbertson/gnome-shell-impatience
install = gschemas.install
@@ -8,7 +8,6 @@ pkgbase = gnome-shell-extension-impatience-git
license = GPL3
makedepends = git
depends = gnome-shell>=1:40
- depends = gnome-shell<1:43
provides = gnome-shell-extension-impatience
conflicts = gnome-shell-extension-impatience
source = git+https://github.com/timbertson/gnome-shell-impatience
diff --git a/PKGBUILD b/PKGBUILD
index eeb2e631f734..e602f848bbdb 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=0.4.6.r4.ga2e06be
+pkgver=0.4.8.r2.g3123c74
pkgrel=1
pkgdesc="speed up gnome-shell animations"
arch=('any')
url="https://github.com/timbertson/gnome-shell-impatience"
license=('GPL3')
-depends=('gnome-shell>=1:40' 'gnome-shell<1:43')
+depends=('gnome-shell>=1:40')
makedepends=('git')
conflicts=('gnome-shell-extension-impatience')
provides=('gnome-shell-extension-impatience')