diff options
author | Karl L. Brennan | 2024-04-23 20:38:17 +1000 |
---|---|---|
committer | Karl L. Brennan | 2024-04-23 20:38:17 +1000 |
commit | 6df28c4978bd2d3b053eded31ea1fa824628a5b6 (patch) | |
tree | acf8560f11cc5b06ecf3eed0c8818ff03c4bed74 | |
parent | 827787228e1525d1ed73383ca86fa680e47256ed (diff) | |
download | aur-6df28c4978bd2d3b053eded31ea1fa824628a5b6.tar.gz |
Add "conflicts"
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ pkgbase = llvm-mingw-w64-configure depends = llvm-mingw-w64-pkg-config depends = mingw-w64-environment provides = mingw-w64-configure + conflicts = mingw-w64-configure source = mingw-configure.sh md5sums = SKIP @@ -4,6 +4,7 @@ pkgrel=11 arch=('any') pkgdesc="configure wrapper for MinGW (mingw-w64) (i686, x86_64, armv7, and aarch64)" depends=('llvm-mingw-w64-toolchain' 'llvm-mingw-w64-pkg-config' 'mingw-w64-environment') +conflicts=('mingw-w64-configure') provides=('mingw-w64-configure') license=("GPL") url="http://fedoraproject.org/wiki/MinGW" |