Skip to content
Closed
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
3 changes: 3 additions & 0 deletions archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ package_qubes-vm-core() {
provides=(qubes-core-agent=@VERSION@)
conflicts=('pulseaudio-qubes<4.2.0')
release=${BASH_REMATCH[1]}.${BASH_REMATCH[2]}
# temporarily pretend it is still R4.3, until repository for R4.4/5.0 is created
release=4.3

depends=(
dconf
dosfstools
Expand Down
2 changes: 2 additions & 0 deletions misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ install:

marker-vm: marker-vm.in
printf "$(VERSION)" | cut -f 1,2 -d . | cat $< - > marker-vm
# temporarily force 4.3, until repository for 4.4/5.0 packages is created
printf "4.3" | cut -f 1,2 -d . | cat $< - > marker-vm