1
0
mirror of https://aur.archlinux.org/archey4.git synced 2025-06-09 08:00:13 +02:00

Declares conflict with archey4-git

This commit is contained in:
Samuel FORESTIER 2023-08-26 18:46:41 +02:00
parent ffdc5418dc
commit e53517914c
2 changed files with 2 additions and 1 deletions

@ -21,6 +21,7 @@ pkgbase = archey4
conflicts = archey-git
conflicts = archey2
conflicts = archey3-git
conflicts = archey4-git
conflicts = pyarchey
backup = etc/archey4/config.json
source = archey4_4.14.1.0-1.tar.gz::https://github.com/HorlogeSkynet/archey4/archive/v4.14.1.0.tar.gz

@ -17,7 +17,7 @@ optdepends=('bind-tools: WAN_IP would be detected faster'
'virt-what: Model would contain details about the hypervisor'
'wmctrl: WindowManager would be more accurate')
provides=('archey')
conflicts=('archey-git' 'archey2' 'archey3-git' 'pyarchey')
conflicts=('archey-git' 'archey2' 'archey3-git' 'archey4-git' 'pyarchey')
install="${pkgname}.install"
backup=("etc/${pkgname}/config.json")
source=("${pkgname}_${pkgver}-${pkgrel}.tar.gz::https://github.com/HorlogeSkynet/${pkgname}/archive/v${pkgver}.tar.gz")