summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew T Hoare2017-07-30 21:40:12 +0100
committerMatthew T Hoare2017-07-30 21:40:12 +0100
commit473ce0c58e284a8663388b93ec7b355bfa90c061 (patch)
tree115af989de92b1e1b37c2361b518e346dc467942 /PKGBUILD
parent114f41463ee1d3a9dc09558d8a77e5ad3be0a882 (diff)
downloadaur-473ce0c58e284a8663388b93ec7b355bfa90c061.tar.gz
Added other AUR mksh packages to conflicts array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b2b2c71a1a1..29c5397f2ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('custom')
arch=('i686' 'x86_64')
depends=('glibc') # Make namcap happy.
makedepends=('git')
-conflicts=('mksh')
+conflicts=('mksh' 'mksh-static' 'mksh-git')
install=mksh.install
source=('mksh::git+http://github.com/MirBSD/mksh#branch=master'
'https://www.mirbsd.org/TaC-mksh.txt')