From 1a476321201accc7fee9c118d89b63e4030a81ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Oct 2025 19:06:50 +0000 Subject: [PATCH 01/11] chore(package): release 2.16.1 --- .SRCINFO | 6 +++--- PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index da962f139d9b..9b1b6ec3ff7c 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.16.0 + pkgver = 2.16.1 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -16,7 +16,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.16.0 - sha256sums = 91ad4dfb3e9922b5b4bd5d8a63f4fc1cc5136130505e9e6a4893122cd5f99965 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.16.1 + sha256sums = 29d2f678aef52e8181c2ded529bfc0aca9864ac5d6b2719deeefc123d2e0af9a pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 2a3ba2ef2999..fe5d011c784c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -28,7 +28,7 @@ optdepends=( conflicts=('noctalia-shell-git') source=("git+$url.git#tag=v$pkgver") -sha256sums=('91ad4dfb3e9922b5b4bd5d8a63f4fc1cc5136130505e9e6a4893122cd5f99965') +sha256sums=('29d2f678aef52e8181c2ded529bfc0aca9864ac5d6b2719deeefc123d2e0af9a') package() { cd "$srcdir/$pkgname" From abdee423ee93fa39fe284a6928fd156b5d9993d7 Mon Sep 17 00:00:00 2001 From: Kevin Diaz Date: Fri, 10 Oct 2025 17:22:00 -0400 Subject: [PATCH 02/11] fix: add power profiles daemon as a dependency --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9b1b6ec3ff7c..e87d5c22839f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = noctalia-shell pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell. pkgver = 2.16.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/noctalia-dev/noctalia-shell arch = any license = MIT @@ -11,6 +11,7 @@ pkgbase = noctalia-shell depends = gpu-screen-recorder depends = brightnessctl depends = ddcutil + depends = power-profiles-daemon optdepends = cliphist: For clipboard history support optdepends = matugen-bin: Material You color scheme generation optdepends = cava: Audio visualizer component diff --git a/PKGBUILD b/PKGBUILD index fe5d011c784c..928041b9ccc3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=noctalia-shell pkgver=2.16.1 -pkgrel=1 +pkgrel=2 pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell." arch=('any') url="https://github.com/noctalia-dev/noctalia-shell" @@ -16,6 +16,7 @@ depends=( 'gpu-screen-recorder' 'brightnessctl' 'ddcutil' + 'power-profiles-daemon' ) optdepends=( From c2c4ebea666e33069765ca7e8459e880722f1e41 Mon Sep 17 00:00:00 2001 From: Kevin Diaz Date: Fri, 10 Oct 2025 18:44:15 -0400 Subject: [PATCH 03/11] fix: move power profiles as an optional dependency --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e87d5c22839f..9486fd02fb70 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -11,11 +11,11 @@ pkgbase = noctalia-shell depends = gpu-screen-recorder depends = brightnessctl depends = ddcutil - depends = power-profiles-daemon optdepends = cliphist: For clipboard history support optdepends = matugen-bin: Material You color scheme generation optdepends = cava: Audio visualizer component optdepends = wlsunset: For supporting NightLight + optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.16.1 sha256sums = 29d2f678aef52e8181c2ded529bfc0aca9864ac5d6b2719deeefc123d2e0af9a diff --git a/PKGBUILD b/PKGBUILD index 928041b9ccc3..301dd2e3158c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=noctalia-shell pkgver=2.16.1 -pkgrel=2 +pkgrel=3 pkgdesc="A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell." arch=('any') url="https://github.com/noctalia-dev/noctalia-shell" @@ -16,7 +16,6 @@ depends=( 'gpu-screen-recorder' 'brightnessctl' 'ddcutil' - 'power-profiles-daemon' ) optdepends=( @@ -24,6 +23,7 @@ optdepends=( 'matugen-bin: Material You color scheme generation' 'cava: Audio visualizer component' 'wlsunset: For supporting NightLight' + 'power-profiles-daemon: For power profile management' ) conflicts=('noctalia-shell-git') From b1c8f0fe9415f544741805e1a1b1957c17bb8f2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Oct 2025 01:27:36 +0000 Subject: [PATCH 04/11] chore(package): release 2.17.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9486fd02fb70..51bd4024ef62 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = noctalia-shell pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell. - pkgver = 2.16.1 - pkgrel = 2 + pkgver = 2.17.0 + pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any license = MIT @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = wlsunset: For supporting NightLight optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.16.1 - sha256sums = 29d2f678aef52e8181c2ded529bfc0aca9864ac5d6b2719deeefc123d2e0af9a + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.17.0 + sha256sums = 528c96d66325b4a0c660187552661acb0535785079961d56e02deb2dbfc5ad0b pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 301dd2e3158c..4d5b7387ee1e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.16.1 -pkgrel=3 +pkgver=2.17.0 +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=('29d2f678aef52e8181c2ded529bfc0aca9864ac5d6b2719deeefc123d2e0af9a') +sha256sums=('528c96d66325b4a0c660187552661acb0535785079961d56e02deb2dbfc5ad0b') package() { cd "$srcdir/$pkgname" From 20bc1b9a6f666f26c198fba2d6d9d7821acb4e40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Oct 2025 01:29:55 +0000 Subject: [PATCH 05/11] chore(package): release 2.17.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 51bd4024ef62..d24d2d240927 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.17.0 + pkgver = 2.17.1 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = wlsunset: For supporting NightLight optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.17.0 - sha256sums = 528c96d66325b4a0c660187552661acb0535785079961d56e02deb2dbfc5ad0b + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.17.1 + sha256sums = 8b218e0e90f9c9f1c6991dc61ebd0c1423143ea8882fba573c1df3f3d277a3a1 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 4d5b7387ee1e..1ed98adfdb2c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.17.0 +pkgver=2.17.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=('528c96d66325b4a0c660187552661acb0535785079961d56e02deb2dbfc5ad0b') +sha256sums=('8b218e0e90f9c9f1c6991dc61ebd0c1423143ea8882fba573c1df3f3d277a3a1') package() { cd "$srcdir/$pkgname" From 499fb96c2d128b2bfd5d31ace63f519e8864d891 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Oct 2025 02:17:35 +0000 Subject: [PATCH 06/11] chore(package): release 2.17.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d24d2d240927..fb397a086e53 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.17.1 + pkgver = 2.17.2 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = wlsunset: For supporting NightLight optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.17.1 - sha256sums = 8b218e0e90f9c9f1c6991dc61ebd0c1423143ea8882fba573c1df3f3d277a3a1 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.17.2 + sha256sums = b16d2159d0053551957acad5d2803be044a14752ba8c210e19dfc13230695b2c pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 1ed98adfdb2c..c81d86f5abf7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.17.1 +pkgver=2.17.2 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=('8b218e0e90f9c9f1c6991dc61ebd0c1423143ea8882fba573c1df3f3d277a3a1') +sha256sums=('b16d2159d0053551957acad5d2803be044a14752ba8c210e19dfc13230695b2c') package() { cd "$srcdir/$pkgname" From 0eec53e0342f4577edcea0bf8db488bcef37f2b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Oct 2025 18:11:36 +0000 Subject: [PATCH 07/11] chore(package): release 2.17.3 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fb397a086e53..64a27528d07c 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.17.2 + pkgver = 2.17.3 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = wlsunset: For supporting NightLight optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.17.2 - sha256sums = b16d2159d0053551957acad5d2803be044a14752ba8c210e19dfc13230695b2c + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.17.3 + sha256sums = 033b49cabc1ceef7ed25439b123d89f1fd44e76014cd46d1993989bd0073f6a8 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index c81d86f5abf7..4ee2bc67313e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.17.2 +pkgver=2.17.3 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=('b16d2159d0053551957acad5d2803be044a14752ba8c210e19dfc13230695b2c') +sha256sums=('033b49cabc1ceef7ed25439b123d89f1fd44e76014cd46d1993989bd0073f6a8') package() { cd "$srcdir/$pkgname" From 5325528fa64d68afe3ce6c2e328e7c33027125be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Oct 2025 19:00:15 +0000 Subject: [PATCH 08/11] chore(package): release 2.18.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 64a27528d07c..e7d321c3ab98 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.17.3 + pkgver = 2.18.0 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = wlsunset: For supporting NightLight optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.17.3 - sha256sums = 033b49cabc1ceef7ed25439b123d89f1fd44e76014cd46d1993989bd0073f6a8 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.18.0 + sha256sums = 9197c59fe71f4293aa3775806c6b5e9a4c9ccb47df6805d35dcd591d1097daeb pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 4ee2bc67313e..bc25f3a0814c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.17.3 +pkgver=2.18.0 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=('033b49cabc1ceef7ed25439b123d89f1fd44e76014cd46d1993989bd0073f6a8') +sha256sums=('9197c59fe71f4293aa3775806c6b5e9a4c9ccb47df6805d35dcd591d1097daeb') package() { cd "$srcdir/$pkgname" From 2cc6e4180587c3a371aaf846856c3841b3f2f8e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Oct 2025 19:25:15 +0000 Subject: [PATCH 09/11] chore(package): release 2.18.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e7d321c3ab98..87662cc44a36 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.18.0 + pkgver = 2.18.1 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = wlsunset: For supporting NightLight optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.18.0 - sha256sums = 9197c59fe71f4293aa3775806c6b5e9a4c9ccb47df6805d35dcd591d1097daeb + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.18.1 + sha256sums = 28fbed55aa799f2ccace83622b9f4eca79c5629ceaad6825121b1b66115e1635 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index bc25f3a0814c..cd3d14e8391b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.18.0 +pkgver=2.18.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=('9197c59fe71f4293aa3775806c6b5e9a4c9ccb47df6805d35dcd591d1097daeb') +sha256sums=('28fbed55aa799f2ccace83622b9f4eca79c5629ceaad6825121b1b66115e1635') package() { cd "$srcdir/$pkgname" From 850b1909ba80041bd97e3a4aee7b808334877fd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Oct 2025 15:44:32 +0000 Subject: [PATCH 10/11] chore(package): release 2.18.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 87662cc44a36..b304fd809278 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.18.1 + pkgver = 2.18.2 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = wlsunset: For supporting NightLight optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.18.1 - sha256sums = 28fbed55aa799f2ccace83622b9f4eca79c5629ceaad6825121b1b66115e1635 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.18.2 + sha256sums = dd1f50d6c165ed8f4926ed48bc99fd7ed8e3e922ad14174c7fb0d41a3a3bc878 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index cd3d14e8391b..565a40cabc6a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.18.1 +pkgver=2.18.2 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=('28fbed55aa799f2ccace83622b9f4eca79c5629ceaad6825121b1b66115e1635') +sha256sums=('dd1f50d6c165ed8f4926ed48bc99fd7ed8e3e922ad14174c7fb0d41a3a3bc878') package() { cd "$srcdir/$pkgname" From 40612251dabd8e9f4a1529ea72a18cd6e5814cef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Oct 2025 18:36:53 +0000 Subject: [PATCH 11/11] chore(package): release 2.19.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b304fd809278..8c873eb11f62 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.18.2 + pkgver = 2.19.0 pkgrel = 1 url = https://github.com/noctalia-dev/noctalia-shell arch = any @@ -17,7 +17,7 @@ pkgbase = noctalia-shell optdepends = wlsunset: For supporting NightLight optdepends = power-profiles-daemon: For power profile management conflicts = noctalia-shell-git - source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.18.2 - sha256sums = dd1f50d6c165ed8f4926ed48bc99fd7ed8e3e922ad14174c7fb0d41a3a3bc878 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v2.19.0 + sha256sums = f5d3ab7e397c11d6bb00431c08b11211726d6b219668db26a522ad98fd0f2ba7 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 565a40cabc6a..89204fc6893b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.18.2 +pkgver=2.19.0 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=('dd1f50d6c165ed8f4926ed48bc99fd7ed8e3e922ad14174c7fb0d41a3a3bc878') +sha256sums=('f5d3ab7e397c11d6bb00431c08b11211726d6b219668db26a522ad98fd0f2ba7') package() { cd "$srcdir/$pkgname"