summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2022-04-15 00:13:07 +0200
committerChristian Schendel2022-04-15 00:13:07 +0200
commitff932557c6fb11f92fdbf40c7a9c7a533ae1a5a2 (patch)
treeb6a630bda72bd12e0b730ae05bba399b56b62cc4
parent9fcf90e9365da9a0b41c49e5d59fa981fe45b869 (diff)
downloadaur-ff932557c6fb11f92fdbf40c7a9c7a533ae1a5a2.tar.gz
gnome-shell>=40
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2182e493c354..cb2beb1a667d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-applications-overview-tooltip-git
pkgdesc = Shows a tooltip over applications icons on applications overview
- pkgver = 14.r1.gda94859
+ pkgver = 15.r0.g2e86a02
pkgrel = 2
url = https://github.com/RaphaelRochet/applications-overview-tooltip
install = gnome-shell-extension-applications-overview-tooltip.install
@@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-applications-overview-tooltip-git
license = unknown
makedepends = git
makedepends = glib2
- depends = gnome-shell>=3.38
+ depends = gnome-shell>=40
provides = gnome-shell-extension-applications-overview-tooltip
conflicts = gnome-shell-extension-applications-overview-tooltip
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 96d320cbadc2..29597ba368be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
-pkgver=14.r1.gda94859
+pkgver=15.r0.g2e86a02
pkgrel=2
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"
install=${pkgname%-git}.install
license=('unknown')
-depends=('gnome-shell>=3.38')
+depends=('gnome-shell>=40')
makedepends=('git'
'glib2')
conflicts=("${pkgname%-git}")