From c4d64d6e87d43a442ddf02cdd904db368d2431ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 7 Nov 2025 22:06:26 +0000 Subject: [PATCH] chore(package): release 3.0.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 848a7dc454c6..a5e1712b3e5e 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 = 3.0.0 + pkgver = 3.0.1 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = power-profiles-daemon: For power profile management optdepends = ddcutil: For external display brightness control conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v3.0.0 - sha256sums = 52800607d370a6907eec9271fa0090e16e5aff72a8f5323d59251689f39ec0d5 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v3.0.1 + sha256sums = ad592353ef09fe5bbed703d048b5eafb6ebf495057d2d9825b88b52bac19fbe0 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 3f985ceb9b1d..7e12e42529f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=3.0.0 +pkgver=3.0.1 pkgrel=1 pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell." arch=('any') @@ -29,7 +29,7 @@ optdepends=( conflicts=('noctalia-shell-git') source=("git+$url.git#tag=v$pkgver") -sha256sums=('52800607d370a6907eec9271fa0090e16e5aff72a8f5323d59251689f39ec0d5') +sha256sums=('ad592353ef09fe5bbed703d048b5eafb6ebf495057d2d9825b88b52bac19fbe0') package() { cd "$srcdir/$pkgname"