summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2024-03-20 14:52:23 +0100
committerChristian Schendel2024-03-20 14:52:23 +0100
commit056c4160bb1fd8cf2c81074cc5346b9e264a8559 (patch)
tree1822d64198fe3e2af0181be9d578c59988af9e14
parent89845e49d53d273322b98a0660777607a6c90ac2 (diff)
downloadaur-056c4160bb1fd8cf2c81074cc5346b9e264a8559.tar.gz
change gnome-shell version to latest
modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88219f2a8f66..0a75258d5c3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-applications-overview-tooltip-git
pkgdesc = Shows a tooltip over applications icons on applications overview
- pkgver = 16.r0.gdac0b90
- pkgrel = 4
+ pkgver = 19.r0.g1811710
+ pkgrel = 1
url = https://github.com/RaphaelRochet/applications-overview-tooltip
arch = any
license = unknown
makedepends = git
makedepends = glib2
- depends = gnome-shell>=3.38
+ depends = gnome-shell
provides = gnome-shell-extension-applications-overview-tooltip
conflicts = gnome-shell-extension-applications-overview-tooltip
source = gnome-shell-extension-applications-overview-tooltip::git+https://github.com/RaphaelRochet/applications-overview-tooltip.git
diff --git a/PKGBUILD b/PKGBUILD
index 3827cc7940d0..c76ad3768227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,18 @@
# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
-pkgver=16.r0.gdac0b90
-pkgrel=4
+pkgver=19.r0.g1811710
+pkgrel=1
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"
license=('unknown')
-depends=('gnome-shell>=3.38')
-makedepends=('git' 'glib2')
+depends=(
+ 'gnome-shell'
+)
+makedepends=(
+ 'git'
+ 'glib2'
+)
conflicts=("${pkgname%-git}")
provides=(${pkgname%-git})
source=("${pkgname%-git}::git+${url}.git")