summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")