summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl L. Brennan2024-04-23 20:38:17 +1000
committerKarl L. Brennan2024-04-23 20:38:17 +1000
commit6df28c4978bd2d3b053eded31ea1fa824628a5b6 (patch)
treeacf8560f11cc5b06ecf3eed0c8818ff03c4bed74
parent827787228e1525d1ed73383ca86fa680e47256ed (diff)
downloadaur-6df28c4978bd2d3b053eded31ea1fa824628a5b6.tar.gz
Add "conflicts"
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d266e1ef9995..1402589fa3ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 47e396dfed06..125c48a219f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"