Skip to content

Commit

Permalink
🚧 chwd: add conflicts again
Browse files Browse the repository at this point in the history
without conflicts pacman does ignore replaces and provides fields
  • Loading branch information
vnepogodin committed Jan 7, 2024
1 parent 6752b6c commit 7644200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chwd/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=chwd
pkgver=1.3.0
pkgrel=3
pkgrel=4
pkgdesc="CachyOS Hardware Detection Tool"
arch=(x86_64)
url="https://github.com/cachyos/chwd"
Expand All @@ -12,6 +12,7 @@ depends=('gcc-libs' 'pciutils' 'lua' 'pacman')
makedepends=('git' 'cargo' 'mold' 'clang' 'llvm')
provides=('chwd-db')
replaces=('chwd-db')
conflicts=('chwd-db')
groups=('cachyos')
source=("chwd-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('dbbf8aee2a0428279d28666382e7ccc59fb4d1c3f17ab9b36786dd9c0a3de396')
Expand Down

0 comments on commit 7644200

Please sign in to comment.