summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e6341a2e07..159aa62bfa62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-tray-icons
pkgdesc = Simple version of TopIcons Plus
- pkgver = 8
+ pkgver = 9
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/v8.tar.gz
- sha256sums = 7900358d15d101ee6eeb8900d4dd323211c563aec716efcfd1b9cdd343fc4120
+ source = https://github.com/nicovell3/gnome-shell-extension-tray-icons/archive/v9.tar.gz
+ sha256sums = 19cc1df507835201dda4ad70fa364f79760b3c5fde4e7d3ed1e1133920b2a40d
pkgname = gnome-shell-extension-tray-icons
diff --git a/PKGBUILD b/PKGBUILD
index f25e5e6fef95..d28a13d44b45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gnome-shell-extension-tray-icons
-pkgver=8
+pkgver=9
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=('7900358d15d101ee6eeb8900d4dd323211c563aec716efcfd1b9cdd343fc4120')
+sha256sums=('19cc1df507835201dda4ad70fa364f79760b3c5fde4e7d3ed1e1133920b2a40d')
package() {
cd "$pkgname-$pkgver"