summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel van Diepen2023-11-07 10:22:25 -0700
committerNathaniel van Diepen2023-11-07 10:22:25 -0700
commitf89504108e56d5bace4fdee370fd7cb0a4a0aa16 (patch)
tree5912b48e1d4339b9dba806428fc0d5a2a21a3bbc
parent204473202e4dca007251c5e9ccff6c5efc91b11c (diff)
downloadaur-f89504108e56d5bace4fdee370fd7cb0a4a0aa16.tar.gz
Bump to version 29
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rwxr-xr-xPKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c8bb29db40e..5d6e0d21cd04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-tray-icons-reloaded
pkgdesc = GNOME Shell extension which bring back Tray Icons to top panel, with additional features.
- pkgver = 27
+ pkgver = 29
pkgrel = 1
url = https://github.com/MartinPL/Tray-Icons-Reloaded
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/MartinPL/Tray-Icons-Reloaded/archive/4453cc45591d9ce9705afdbd73f71b8f75ad218b.zip
- sha256sums = 0d0b1c0b03ca765992d5f1731a341f7d96739326b3687719403149ef30aff5fc
+ source = https://github.com/MartinPL/Tray-Icons-Reloaded/archive/1d87b6e01255409f22b3748e3ca4ca5c126bf316.zip
+ sha256sums = b80eb4630af7ffc657a4183b879c1bb7d1adb85d17918d97344b3009460e38cb
pkgname = gnome-shell-extension-tray-icons-reloaded
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5064501626d9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.zst
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index a304b24fa1c5..4cee3a1e3e4d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Guoyi Zhang <GuoyiZhang at malacology dot net>
pkgname=gnome-shell-extension-tray-icons-reloaded
-pkgver=27
+pkgver=29
pkgrel=1
pkgdesc="GNOME Shell extension which bring back Tray Icons to top panel, with additional features."
arch=('any')
url="https://github.com/MartinPL/Tray-Icons-Reloaded"
license=('GPL3')
depends=('gnome-shell')
-_commit="4453cc45591d9ce9705afdbd73f71b8f75ad218b"
+_commit="1d87b6e01255409f22b3748e3ca4ca5c126bf316"
_name="Tray-Icons-Reloaded"
source=("https://github.com/MartinPL/$_name/archive/$_commit.zip")
-sha256sums=('0d0b1c0b03ca765992d5f1731a341f7d96739326b3687719403149ef30aff5fc')
+sha256sums=('b80eb4630af7ffc657a4183b879c1bb7d1adb85d17918d97344b3009460e38cb')
build() {
cd "${srcdir}/${_name}-${_commit}"