mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Fix quickshell PKGBUILD to work with some packages (fix #3286)
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Has been cancelled
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Has been cancelled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user