chore(package): release 3.0.9

This commit is contained in:
github-actions[bot] 2025-11-11 15:45:37 +00:00
parent 8a52024c26
commit a0056b1661
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
# Maintainer: Kevin <github@kev314.dev>
# Co-Maintainer: Lysec <itslysec@gmail.com>
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"