From a139e0e1de0bf49ba8abd91400db3259bf3ac1fb Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Sun, 31 Aug 2025 20:32:21 +0200 Subject: [PATCH] noctalia-shell: update to 2.3.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3b93d200ce9b..a38c979034f6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = noctalia-shell pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell. - pkgver = 2.3.0 - pkgrel = 2 + pkgver = 2.3.1 + pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any license = MIT @@ -16,7 +16,7 @@ pkgbase = noctalia-shell optdepends = swww: Wallpaper animations and effects optdepends = matugen-bin: Material You color scheme generation optdepends = cava: Audio visualizer component - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.3.0 - sha256sums = 8b4c372140ae2aa6659a824e2a42ebb5b5e798b43c8fce11682a6da59f646437 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.3.1 + sha256sums = f6a7ce7260500aafec1d12f8de49361624e40351c0bb7fca161378af3974e082 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index a8556a22e49e..abeac7e0b646 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Kevin pkgname=noctalia-shell -pkgver=2.3.0 -pkgrel=2 +pkgver=2.3.1 +pkgrel=1 pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell." arch=('any') url="https://github.com/noctalia-dev/noctalia-shell" @@ -23,7 +23,7 @@ optdepends=( 'cava: Audio visualizer component' ) source=("git+$url.git#tag=v$pkgver") -sha256sums=('8b4c372140ae2aa6659a824e2a42ebb5b5e798b43c8fce11682a6da59f646437') +sha256sums=('f6a7ce7260500aafec1d12f8de49361624e40351c0bb7fca161378af3974e082') package() { cd "$srcdir/$pkgname"