summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornicovell32022-04-15 18:29:38 +0200
committernicovell32022-04-15 18:29:38 +0200
commitec390e3649f824894c73d11420e3d23a8c7861d9 (patch)
treefef24fdf95ff2d6682e6f1f6a6fc42a4f9f162fa
parentd4deb965bf326789625101bdd56598e0c2539635 (diff)
downloadaur-ec390e3649f824894c73d11420e3d23a8c7861d9.tar.gz
Update for Gnome 42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fab1a21fe82..c3e6341a2e07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-tray-icons
pkgdesc = Simple version of TopIcons Plus
- pkgver = 7
+ pkgver = 8
pkgrel = 1
url = https://github.com/nicovell3/gnome-shell-extension-tray-icons
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/nicovell3/gnome-shell-extension-tray-icons/archive/v7.tar.gz
- sha256sums = 2f1ba2e1d948829955fac61833776561ec1c5d7d9e62bf2d9a330956518aa1d3
+ source = https://github.com/nicovell3/gnome-shell-extension-tray-icons/archive/v8.tar.gz
+ sha256sums = 7900358d15d101ee6eeb8900d4dd323211c563aec716efcfd1b9cdd343fc4120
pkgname = gnome-shell-extension-tray-icons
diff --git a/PKGBUILD b/PKGBUILD
index 132c6e62510f..f25e5e6fef95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gnome-shell-extension-tray-icons
-pkgver=7
+pkgver=8
pkgrel=1
pkgdesc="Simple version of TopIcons Plus"
arch=('any')
@@ -7,7 +7,7 @@ url="https://github.com/nicovell3/gnome-shell-extension-tray-icons"
license=('GPL3')
depends=('gnome-shell')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('2f1ba2e1d948829955fac61833776561ec1c5d7d9e62bf2d9a330956518aa1d3')
+sha256sums=('7900358d15d101ee6eeb8900d4dd323211c563aec716efcfd1b9cdd343fc4120')
package() {
cd "$pkgname-$pkgver"