summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 061dff598b13..8f7880117621 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-windowoverlay-icons
pkgdesc = Adds application icons to the windows overview (in Activities menu)
- pkgver = 33
+ pkgver = 34
pkgrel = 2
url = https://github.com/sustmi/gnome-shell-extension-windowoverlay-icons
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/sustmi/gnome-shell-extension-windowoverlay-icons/archive/v33.tar.gz
- sha256sums = 07dd842ac5b79bf9d3b730b574d83a6ee54c65cd6ad115a65fc384913b724ad3
+ source = https://github.com/sustmi/gnome-shell-extension-windowoverlay-icons/archive/v34.tar.gz
+ sha256sums = 594c3a419234ed8b0c3ccb140ee77f7931a0164fd8d64b35c65cfbadec24fe6c
pkgname = gnome-shell-extension-windowoverlay-icons
diff --git a/PKGBUILD b/PKGBUILD
index cf04a0871d91..1e5300670824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Thanos Apostolou <thanosapostolou@outlook.com>
-
+# Submitter: Thanos Apostolou <thanosapostolou@outlook.com>
+# Maintainer: gilbus <aur(AT)tinkershell.eu>
pkgname=gnome-shell-extension-windowoverlay-icons
-pkgver=33
+pkgver=34
pkgrel=2
pkgdesc="Adds application icons to the windows overview (in Activities menu)"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/sustmi/gnome-shell-extension-windowoverlay-icons"
license=('GPL3')
depends=('gnome-shell')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('07dd842ac5b79bf9d3b730b574d83a6ee54c65cd6ad115a65fc384913b724ad3')
+sha256sums=('594c3a419234ed8b0c3ccb140ee77f7931a0164fd8d64b35c65cfbadec24fe6c')
build() {