diff --git a/.SRCINFO b/.SRCINFO index 4b356f0a1985..848a7dc454c6 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.21.1 + pkgver = 3.0.0 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=v2.21.1 - sha256sums = 7f52d4d590db915cce98e776608261047cab0429a1c36c2688dd586bd8f8f2b4 + source = git+https://github.com/noctalia-dev/noctalia-shell.git#tag=v3.0.0 + sha256sums = 52800607d370a6907eec9271fa0090e16e5aff72a8f5323d59251689f39ec0d5 pkgname = noctalia-shell diff --git a/PKGBUILD b/PKGBUILD index 4f703ee011ef..3f985ceb9b1d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Lysec pkgname=noctalia-shell -pkgver=2.21.1 +pkgver=3.0.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=('7f52d4d590db915cce98e776608261047cab0429a1c36c2688dd586bd8f8f2b4') +sha256sums=('52800607d370a6907eec9271fa0090e16e5aff72a8f5323d59251689f39ec0d5') package() { cd "$srcdir/$pkgname"