We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c69271 commit bfad75cCopy full SHA for bfad75c
1 file changed
sdata/dist-arch/illogical-impulse-quickshell-git/PKGBUILD
@@ -5,12 +5,10 @@ _commit='7511545ee20664e3b8b8d3322c0ffe7567c56f7a'
5
6
groups=(illogical-impulse)
7
_prefix='illogical-impulse'
8
-conflicts=("quickshell-git")
9
-
10
_pkgname=quickshell
11
pkgname="$_prefix-$_pkgname-git"
12
pkgver=0.1.0.r1
13
-pkgrel=7
+pkgrel=8
14
pkgdesc="$_pkgname-git pinned commit and extra deps for $_prefix"
15
arch=(x86_64 aarch64)
16
url='https://git.outfoxxed.me/quickshell/quickshell'
@@ -55,8 +53,8 @@ makedepends=(
55
53
'wayland'
56
54
'wayland-protocols'
57
)
58
-provides=("$_pkgname")
59
-conflicts=("$_pkgname")
+provides=("$_pkgname" "$_pkgname-git")
+conflicts=("$_pkgname" "$_pkgname-git")
60
61
_pkgsrc="$_pkgname"
62
source=("$_pkgsrc::git+$url.git#commit=$_commit"
0 commit comments