Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions noctalia-qs/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ pkgbase = noctalia-qs
depends = wayland
depends = polkit
provides = quickshell
provides = quickshell-git
conflicts = quickshell
conflicts = quickshell-git
options = !debug
source = noctalia-qs-0.0.12.tar.gz::https://github.com/noctalia-dev/noctalia-qs/archive/v0.0.12.tar.gz
sha256sums = 5de37541537307d141618aa0d782d3c34e42a6ad21c73533cce80c0e71ee9693
Expand Down
3 changes: 1 addition & 2 deletions noctalia-qs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ makedepends=(
vulkan-headers
)

provides=("quickshell" "quickshell-git")
provides=("quickshell")

conflicts=(
quickshell
quickshell-git
)
options=(!debug)
_archive="$pkgname-$pkgver"
Expand Down