From bfad75c93af10dc8cf440edb7c8cc3fce5ce8c36 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 8 May 2026 08:31:42 +0800 Subject: [PATCH] Fix quickshell PKGBUILD to work with some packages (fix #3286) --- sdata/dist-arch/illogical-impulse-quickshell-git/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sdata/dist-arch/illogical-impulse-quickshell-git/PKGBUILD b/sdata/dist-arch/illogical-impulse-quickshell-git/PKGBUILD index 418f0253f..3d6e83aae 100644 --- a/sdata/dist-arch/illogical-impulse-quickshell-git/PKGBUILD +++ b/sdata/dist-arch/illogical-impulse-quickshell-git/PKGBUILD @@ -5,12 +5,10 @@ _commit='7511545ee20664e3b8b8d3322c0ffe7567c56f7a' groups=(illogical-impulse) _prefix='illogical-impulse' -conflicts=("quickshell-git") - _pkgname=quickshell pkgname="$_prefix-$_pkgname-git" pkgver=0.1.0.r1 -pkgrel=7 +pkgrel=8 pkgdesc="$_pkgname-git pinned commit and extra deps for $_prefix" arch=(x86_64 aarch64) url='https://git.outfoxxed.me/quickshell/quickshell' @@ -55,8 +53,8 @@ makedepends=( 'wayland' 'wayland-protocols' ) -provides=("$_pkgname") -conflicts=("$_pkgname") +provides=("$_pkgname" "$_pkgname-git") +conflicts=("$_pkgname" "$_pkgname-git") _pkgsrc="$_pkgname" source=("$_pkgsrc::git+$url.git#commit=$_commit"