summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2022-12-25 06:09:14 +0100
committerChristian Schendel2022-12-25 06:09:14 +0100
commitedd32f3be11ae80ea29b3071ada588556641a90d (patch)
tree83a44c9d9a3675633668ea9a588751e3fbc0e50c
parentff932557c6fb11f92fdbf40c7a9c7a533ae1a5a2 (diff)
downloadaur-edd32f3be11ae80ea29b3071ada588556641a90d.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2beb1a667d..ba1b06948218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-applications-overview-tooltip-git
pkgdesc = Shows a tooltip over applications icons on applications overview
- pkgver = 15.r0.g2e86a02
- pkgrel = 2
+ pkgver = 16.r0.gdac0b90
+ pkgrel = 1
url = https://github.com/RaphaelRochet/applications-overview-tooltip
install = gnome-shell-extension-applications-overview-tooltip.install
arch = any
diff --git a/.gitignore b/.gitignore
index 833085309a2e..93d232cabcfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-*.tar.gz
-*.pkg.tar.zst
-*/*
-
+*
+!gnome-shell-extension-applications-overview-tooltip.install
+!PKGBUILD
+!.gitignore
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 29597ba368be..d8ad448053a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
+# Maintainer: Christian Schendel <doppelhelix@gmail.com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
-pkgver=15.r0.g2e86a02
-pkgrel=2
+pkgver=16.r0.gdac0b90
+pkgrel=1
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"