From d31b35ed8689b5e202cd895d1e223bb7d81b746b Mon Sep 17 00:00:00 2001 From: Kevin Diaz Date: Sun, 31 Aug 2025 23:55:23 -0400 Subject: [PATCH] chore: Update to version 2.3.2 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6291dc4f6875..f0a8fc2a5d6c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = noctalia-shell pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell. - pkgver = 2.3.1 + pkgver = 2.3.2 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = cava: Audio visualizer component optdepends = wlsunset: For supporting NightLight conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.3.1 - sha256sums = f6a7ce7260500aafec1d12f8de49361624e40351c0bb7fca161378af3974e082 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.3.2 + sha256sums = 8e473e77cce1b8d1967afc261faee50b788ba1ef4ac37543678a79363a4e7c54 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 758cfe7a3bd8..07fbedb34e74 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.3.1 -pkgrel=2 +pkgver=2.3.2 +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" @@ -29,7 +29,7 @@ optdepends=( conflicts=('noctalia-shell-git') source=("git+$url.git#tag=v$pkgver") -sha256sums=('f6a7ce7260500aafec1d12f8de49361624e40351c0bb7fca161378af3974e082') +sha256sums=('8e473e77cce1b8d1967afc261faee50b788ba1ef4ac37543678a79363a4e7c54') package() { cd "$srcdir/$pkgname"