summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew T Hoare2017-08-21 17:04:27 +0100
committerMatthew T Hoare2017-08-21 17:04:27 +0100
commit65f6988e31c5d1b63eb47e7026500f38234bbf14 (patch)
treee706aafb118faada9f67b30029c156b20fb93b51 /PKGBUILD
parentd44cfe599ef6f17982c8ef7d5e8207d343695929 (diff)
downloadaur-65f6988e31c5d1b63eb47e7026500f38234bbf14.tar.gz
namcap was wrong...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd7390944997..3bf8f660c35e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgname=mksh-static-git
_pkgname=mksh
_pkgver=R56
pkgver=56.r3154.3a4eaf6
-pkgrel=3
+pkgrel=4
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh (statically-linked development version)'
url='https://www.mirbsd.org/mksh.htm'
license=('custom')
arch=('i686' 'x86_64')
-makedepends=('git')
+makedepends=('git' 'musl')
conflicts=('mksh' 'mksh-static' 'mksh-git')
install=mksh.install
source=('mksh::git+http://github.com/MirBSD/mksh#branch=master'