summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e45eb148f52..ae3afffd0b1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-tray-icons
pkgdesc = Simple version of TopIcons Plus
- pkgver = 2
+ pkgver = 3
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/v2.tar.gz
- sha256sums = febe7da467de83b2ca30dd1e3261da7a16457ac2078442b9c4dd78d61f775f64
+ source = https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons/archive/v3.tar.gz
+ sha256sums = 04207044b3f15cc402624495dc101f33ac7b8a73092d57d96bc7e47ecbec796d
pkgname = gnome-shell-extension-tray-icons
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..33198c4baa4c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar.gz
+*.log
+*.pkg.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 7d27c1061024..d5809b45acb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thanos Apostolou <thanosapostolou@outlook.com>
pkgname=gnome-shell-extension-tray-icons
-pkgver=2
+pkgver=3
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=('febe7da467de83b2ca30dd1e3261da7a16457ac2078442b9c4dd78d61f775f64')
+sha256sums=('04207044b3f15cc402624495dc101f33ac7b8a73092d57d96bc7e47ecbec796d')
package() {
cd "$pkgname-$pkgver"