summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Leboeuf2024-02-24 14:21:49 +0100
committerMatthieu Leboeuf2024-02-24 14:21:49 +0100
commit1a01fb63062fef66a11323a0467f3698a9ca9564 (patch)
tree332118e461535776cc7d274548de624fe88ba028
parentd3b9593ef83505461b091e90043f68208a743071 (diff)
downloadaur-1a01fb63062fef66a11323a0467f3698a9ca9564.tar.gz
updated to v22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d655fa5780e..43e05709e037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-app-icons-taskbar
pkgdesc = A simple app icon taskbar extension for GNOME
- pkgver = 21
+ pkgver = 22
pkgrel = 1
url = https://gitlab.com/AndrewZaech/aztaskbar
arch = any
license = GPL3
depends = dconf
- depends = gnome-shell>=1:41
- source = https://gitlab.com/AndrewZaech/aztaskbar/-/archive/v21/aztaskbar-v21.tar.gz
- sha256sums = 0ab28797bbb09602500dbcd41029ab443d9157ae60eb50555d283180ad38fa8a
+ depends = gnome-shell>=1:45
+ source = https://gitlab.com/AndrewZaech/aztaskbar/-/archive/v22/aztaskbar-v22.tar.gz
+ sha256sums = 4e672777eaf9700764ce8ec2072551200ce4dbdbaf80c9e07c73777590321822
pkgname = gnome-shell-extension-app-icons-taskbar
diff --git a/PKGBUILD b/PKGBUILD
index f80daf29a3f8..4fdd17ca153e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=gnome-shell-extension-app-icons-taskbar
_pkgbase=aztaskbar
-pkgver=21
+pkgver=22
pkgrel=1
pkgdesc="A simple app icon taskbar extension for GNOME"
arch=('any')
url="https://gitlab.com/AndrewZaech/aztaskbar"
license=('GPL3')
-depends=('dconf' 'gnome-shell>=1:41')
+depends=('dconf' 'gnome-shell>=1:45')
source=("${url}/-/archive/v${pkgver}/${_pkgbase}-v${pkgver}.tar.gz")
-sha256sums=('0ab28797bbb09602500dbcd41029ab443d9157ae60eb50555d283180ad38fa8a')
+sha256sums=('4e672777eaf9700764ce8ec2072551200ce4dbdbaf80c9e07c73777590321822')
build() {
cd "${_pkgbase}-v${pkgver}"