From 9e2f530a7324bba4e6b51a4fe5006b6fcde28d17 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 18 Jun 2026 14:01:08 +0200 Subject: [PATCH] add canvaspainter dep --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 7d93a47..02b8f8e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,9 +6,9 @@ arch=('any') url='https://git.zach-dev.cc/zach/z-bar-qt' license=('GPL-3.0-only') depends=('python' 'python-pillow' 'python-materialyoucolor' 'libnotify' 'swappy' 'dart-sass' - 'app2unit' 'wl-clipboard' 'dconf' 'cliphist' 'python-typer') + 'app2unit' 'wl-clipboard' 'dconf' 'cliphist' 'python-typer' 'qt6-canvaspainter') makedepends=('python-build' 'python-installer' 'python-hatch' 'python-hatch-vcs' 'cargo' 'rust' 'cmake' 'ninja') -source=("$pkgname::git+$url.git#branch=blob-testing") +source=("$pkgname::git+$url.git#branch=feat/updated-components") sha256sums=('SKIP') build() {