summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthanosapostolou2020-06-02 13:03:54 +0300
committerthanosapostolou2020-06-02 13:03:54 +0300
commit7ab791e2098c70ee2e131af2e2ae4397016b52d8 (patch)
treea7a68033cc657a083d17f0f9a5dd5b621e6f34f4
parentf8ae6e97ffad6526ed3ace9be5dc152504541225 (diff)
downloadaur-7ab791e2098c70ee2e131af2e2ae4397016b52d8.tar.gz
update to v4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3afffd0b1d..4ef9d9848634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-tray-icons
pkgdesc = Simple version of TopIcons Plus
- pkgver = 3
+ pkgver = 4
pkgrel = 1
url = https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons/archive/v3.tar.gz
- sha256sums = 04207044b3f15cc402624495dc101f33ac7b8a73092d57d96bc7e47ecbec796d
+ source = https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons/archive/v4.tar.gz
+ sha256sums = bdc7227fb5518cee52f116ee20412f0375156016218b832ae83356842f1de6a6
pkgname = gnome-shell-extension-tray-icons
diff --git a/PKGBUILD b/PKGBUILD
index d5809b45acb6..d9acad4d2e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thanos Apostolou <thanosapostolou@outlook.com>
pkgname=gnome-shell-extension-tray-icons
-pkgver=3
+pkgver=4
pkgrel=1
pkgdesc="Simple version of TopIcons Plus"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons"
license=('GPL3')
depends=('gnome-shell')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('04207044b3f15cc402624495dc101f33ac7b8a73092d57d96bc7e47ecbec796d')
+sha256sums=('bdc7227fb5518cee52f116ee20412f0375156016218b832ae83356842f1de6a6')
package() {
cd "$pkgname-$pkgver"