summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2024-03-31 11:57:00 +0200
committerChristian Schendel2024-03-31 11:57:00 +0200
commit1e921ab3ad612814b2a320ee2b439f0c2810726b (patch)
tree457d4c5d9c7ad28bf1d145e2f58d563cd0d245c5
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
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a75258d5c3c..56dfdd811832 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 = 19.r0.g1811710
+ pkgver = 21.r0.gaa1ec0c
pkgrel = 1
url = https://github.com/RaphaelRochet/applications-overview-tooltip
arch = any
- license = unknown
+ license = LicenseRef-Unknown
makedepends = git
makedepends = glib2
- depends = gnome-shell
+ depends = gnome-shell>=1:46
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 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'