summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornicovell32021-11-12 11:35:02 +0100
committernicovell32021-11-12 11:35:02 +0100
commitc14719166a8b62970b1df9583801487c4a909135 (patch)
tree284c688b83d9125e8e217df665e0744f5db26924
parent99d2c9865f52453678ccd908e2e870ed1bfe34d3 (diff)
downloadaur-c14719166a8b62970b1df9583801487c4a909135.tar.gz
Update for Gnome 41
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65ae82c66fa8..6fab1a21fe82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-tray-icons
pkgdesc = Simple version of TopIcons Plus
- pkgver = 6
+ pkgver = 7
pkgrel = 1
- url = https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons
+ url = https://github.com/nicovell3/gnome-shell-extension-tray-icons
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons/archive/v6.tar.gz
- sha256sums = 39062a45acc15a13bebde3bed48a99d6ead34140826c3a07eaea64a3398159c1
+ source = https://github.com/nicovell3/gnome-shell-extension-tray-icons/archive/v7.tar.gz
+ sha256sums = 2f1ba2e1d948829955fac61833776561ec1c5d7d9e62bf2d9a330956518aa1d3
pkgname = gnome-shell-extension-tray-icons
diff --git a/PKGBUILD b/PKGBUILD
index ca92c66d0f65..132c6e62510f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname=gnome-shell-extension-tray-icons
-pkgver=6
+pkgver=7
pkgrel=1
pkgdesc="Simple version of TopIcons Plus"
arch=('any')
-url="https://github.com/zhangkaizhao/gnome-shell-extension-tray-icons"
+url="https://github.com/nicovell3/gnome-shell-extension-tray-icons"
license=('GPL3')
depends=('gnome-shell')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('39062a45acc15a13bebde3bed48a99d6ead34140826c3a07eaea64a3398159c1')
+sha256sums=('2f1ba2e1d948829955fac61833776561ec1c5d7d9e62bf2d9a330956518aa1d3')
package() {
cd "$pkgname-$pkgver"
- install -d "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@zhangkaizhao.com"
- install -Dm644 extension.js "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@zhangkaizhao.com/extension.js"
- install -Dm644 metadata.json "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@zhangkaizhao.com/metadata.json"
+ install -d "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@nicovell3"
+ install -Dm644 extension.js "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@nicovell3/extension.js"
+ install -Dm644 metadata.json "${pkgdir}/usr/share/gnome-shell/extensions/tray-icons@nicovell3/metadata.json"
}