Skip to content

Commit bfad75c

Browse files
committed
Fix quickshell PKGBUILD to work with some packages (fix #3286)
1 parent 5c69271 commit bfad75c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

  • sdata/dist-arch/illogical-impulse-quickshell-git

sdata/dist-arch/illogical-impulse-quickshell-git/PKGBUILD

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ _commit='7511545ee20664e3b8b8d3322c0ffe7567c56f7a'
55

66
groups=(illogical-impulse)
77
_prefix='illogical-impulse'
8-
conflicts=("quickshell-git")
9-
108
_pkgname=quickshell
119
pkgname="$_prefix-$_pkgname-git"
1210
pkgver=0.1.0.r1
13-
pkgrel=7
11+
pkgrel=8
1412
pkgdesc="$_pkgname-git pinned commit and extra deps for $_prefix"
1513
arch=(x86_64 aarch64)
1614
url='https://git.outfoxxed.me/quickshell/quickshell'
@@ -55,8 +53,8 @@ makedepends=(
5553
'wayland'
5654
'wayland-protocols'
5755
)
58-
provides=("$_pkgname")
59-
conflicts=("$_pkgname")
56+
provides=("$_pkgname" "$_pkgname-git")
57+
conflicts=("$_pkgname" "$_pkgname-git")
6058

6159
_pkgsrc="$_pkgname"
6260
source=("$_pkgsrc::git+$url.git#commit=$_commit"

0 commit comments

Comments
 (0)