summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Schendel2024-03-31 11:57:00 +0200
committerChristian Schendel2024-03-31 11:57:00 +0200
commit1e921ab3ad612814b2a320ee2b439f0c2810726b (patch)
tree457d4c5d9c7ad28bf1d145e2f58d563cd0d245c5 /PKGBUILD
parent056c4160bb1fd8cf2c81074cc5346b9e264a8559 (diff)
downloadaur-gnome-shell-extension-applications-overview-tooltip-git.tar.gz
migrate license identifiers to SPDX and update gnome-shell dependency
modified: .SRCINFO modified: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c76ad3768227..82eb2e279e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
-pkgver=19.r0.g1811710
+pkgver=21.r0.gaa1ec0c
pkgrel=1
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"
-license=('unknown')
+license=(
+ 'LicenseRef-Unknown'
+)
depends=(
- 'gnome-shell'
+ 'gnome-shell>=1:46'
)
makedepends=(
'git'