summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'