From 7fce0038800d3ff5c7b81eb8ee7ced7f3ea76a51 Mon Sep 17 00:00:00 2001 From: Kevin Diaz Date: Wed, 27 Aug 2025 13:47:12 -0400 Subject: [PATCH] chore: Use quickshell-git and bump pkgrel --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 120fc2e28d3f..3b93d200ce9b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = noctalia-shell pkgdesc = A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell. pkgver = 2.3.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/noctalia-dev/noctalia-shell arch = any license = MIT - depends = quickshell + depends = quickshell-git depends = ttf-roboto depends = inter-font depends = ttf-material-symbols-variable-git diff --git a/PKGBUILD b/PKGBUILD index fd18634bd2b1..a8556a22e49e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ pkgname=noctalia-shell pkgver=2.3.0 -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" license=('MIT') depends=( - 'quickshell' + 'quickshell-git' 'ttf-roboto' 'inter-font' 'ttf-material-symbols-variable-git'