summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoni Boucher2023-07-09 10:21:16 -0400
committerAntoni Boucher2023-07-09 10:21:16 -0400
commit03aad0bda2bb8a2e6c0a0dc723b108b42dbb9baa (patch)
tree2b2f7d4cf82d677a38035878d0705c56ee552256 /PKGBUILD
parent348ee936b5070182179c980e24007b2667a03caf (diff)
downloadaur-03aad0bda2bb8a2e6c0a0dc723b108b42dbb9baa.tar.gz
Fix conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8ac5ddf416c..6626c8205992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/ianfab/Fairy-Stockfish"
license=('GPL3')
makedepends=('git')
optdepends=('polyglot: For xboard support')
-conflicts=("${pkgname%-*}")
+conflicts=('fairy-stockfish-git' 'fairy-stockfish')
source=("$pkgname::git+$url")
md5sums=('SKIP')