fix: add replaces=('artix-release') to antergos-release PKGBUILD

Without replaces=(), pacman sees the conflict with artix-release
but doesn't know to replace it, causing error code 1 during online
install when packages module tries to install packaging from
[antergos-pkgs] repo. Bump pkgrel 1 -> 2.
This commit is contained in:
2026-07-02 23:16:07 +02:00
parent 7a1bd34981
commit d5381b6885
+2 -1
View File
@@ -2,12 +2,13 @@
pkgname=antergos-release
pkgver=2026.06
pkgrel=1
pkgrel=2
pkgdesc='Antergos NeXT release file'
arch=('any')
url="https://github.com/Antergos-NeXT"
license=('GPL3')
conflicts=('artix-release')
replaces=('artix-release')
provides=('os-release')
package() {