From a0056b166187a6dcce2255c641be14b8f09a0495 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Nov 2025 15:45:37 +0000 Subject: [PATCH] chore(package): release 3.0.9 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8f3e1c5c8215..cc2bc1c388df 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.8 + pkgver = 3.0.9 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell install = noctalia-shell.install @@ -18,7 +18,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.8 - sha256sums = 334f87707468910f553c284c7501d4b72ee4248428a1a15d368af2b74841f4d3 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v3.0.9 + sha256sums = 9f9baf4eb802ceb9e83f232cd796b78432746558260f3f2d2b373ad7ff2315a0 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index ba0061310473..8890f6e6d872 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kevin # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=3.0.8 +pkgver=3.0.9 pkgrel=1 pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell." arch=('any') @@ -25,7 +25,7 @@ optdepends=( conflicts=('noctalia-shell-git') install="${pkgname}.install" source=("git+$url.git#tag=v$pkgver") -sha256sums=('334f87707468910f553c284c7501d4b72ee4248428a1a15d368af2b74841f4d3') +sha256sums=('9f9baf4eb802ceb9e83f232cd796b78432746558260f3f2d2b373ad7ff2315a0') package() { cd "$srcdir/$pkgname"