summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2020-12-25 16:03:12 +0100
committerChristian Schendel2020-12-25 16:03:12 +0100
commitef86790550c48e2b341bfe44c63f4f516b191567 (patch)
tree1b06c3ec36e92d9120b634ffea50389dba5cc26e
parent01a29b39d8f247f92806de0cbdf32f5f82dea87a (diff)
downloadaur-ef86790550c48e2b341bfe44c63f4f516b191567.tar.gz
License is a bit mushy. See https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c132d82016e..3a49c0e79e39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = gnome-shell-extension-applications-overview-tooltip-git
pkgdesc = Shows a tooltip over applications icons on applications overview
pkgver = 10.r2.g2e81270
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/RaphaelRochet/applications-overview-tooltip
install = gnome-shell-extension-applications-overview-tooltip.install
arch = any
- license = GPL
+ license = unknown
makedepends = git
makedepends = glib2
depends = gnome-shell>=3.38
diff --git a/PKGBUILD b/PKGBUILD
index c597c4364396..71f1911fe94f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
pkgver=10.r2.g2e81270
-pkgrel=3
+pkgrel=4
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=('GPL')
+license=('unknown')
depends=('gnome-shell>=3.38')
makedepends=('git' 'glib2')
conflicts=("${pkgname%-git}")
@@ -32,4 +32,3 @@ package() {
fi
chmod -R 755 "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}/"
}
-