Skip to content

Commit 20ea372

Browse files
author
3np
committed
arch: adjust conflicts for caja/thunar/nautilus
CI prevented putting conflicts on current version and `main` currently has last released version configured. now that 4.3.27 has been releases these can be corrected so that incompatible installation is not supported.
1 parent ec02877 commit 20ea372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

archlinux/PKGBUILD.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ package_qubes-vm-keyring() {
210210
package_qubes-vm-caja() {
211211
pkgdesc="Qubes OS Caja addons for inter-VM file copy/move/open"
212212
provides=(qubes-core-agent-caja=@VERSION@)
213-
conflicts=('qubes-vm-core<4.3.26')
213+
conflicts=('qubes-vm-core<4.3.27')
214214
depends=(
215215
bash
216216
python-caja
@@ -231,7 +231,7 @@ package_qubes-vm-caja() {
231231
package_qubes-vm-thunar() {
232232
pkgdesc="Qubes OS Thunar addons for inter-VM file copy/move/open"
233233
provides=(qubes-core-agent-thunar=@VERSION@)
234-
conflicts=('qubes-vm-core<4.3.26')
234+
conflicts=('qubes-vm-core<4.3.27')
235235
depends=(
236236
bash
237237
qubes-vm-qrexec
@@ -256,7 +256,7 @@ package_qubes-vm-thunar() {
256256
package_qubes-vm-nautilus() {
257257
pkgdesc="Qubes OS Nautilus addons for inter-VM file copy/move/open"
258258
provides=(qubes-core-agent-nautilus=@VERSION@)
259-
conflicts=('qubes-vm-core<4.3.26')
259+
conflicts=('qubes-vm-core<4.3.27')
260260
depends=(
261261
bash
262262
python-gobject

0 commit comments

Comments
 (0)