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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user