From e793fb9de8624617e5a5b5780c1cbe1afb3528ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Dec 2025 13:06:22 +0000 Subject: [PATCH] chore(package): release 3.6.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d3dd9d6228e4..e30cb2f4e84a 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.5.0 + pkgver = 3.6.0 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell install = noctalia-shell.install @@ -20,7 +20,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.5.0 - sha256sums = 78b296682d9351c89b447323666a4665fb5b5b2a604ec3676b100df68e3f9337 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v3.6.0 + sha256sums = 980334a337217ccce26ebe0bfd7d202dd47a3ee104554035feccd227986dc31f pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 0454024bac2c..f06bf03b98c8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kevin # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=3.5.0 +pkgver=3.6.0 pkgrel=1 pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell." arch=('any') @@ -27,7 +27,7 @@ optdepends=( conflicts=('noctalia-shell-git') install="${pkgname}.install" source=("git+$url.git#tag=v$pkgver") -sha256sums=('78b296682d9351c89b447323666a4665fb5b5b2a604ec3676b100df68e3f9337') +sha256sums=('980334a337217ccce26ebe0bfd7d202dd47a3ee104554035feccd227986dc31f') package() { cd "$srcdir/$pkgname"