[arch-commits] Commit in mksh/trunk (PKGBUILD)

Alad Wenter alad at archlinux.org
Wed Jul 31 19:39:50 UTC 2019


    Date: Wednesday, July 31, 2019 @ 19:39:49
  Author: alad
Revision: 495872

upgpkg: mksh 57-2

fix tests (perl path, ed checkdepends)

Modified:
  mksh/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-31 19:21:28 UTC (rev 495871)
+++ PKGBUILD	2019-07-31 19:39:49 UTC (rev 495872)
@@ -11,7 +11,7 @@
 license=('custom')
 arch=('x86_64')
 depends=('glibc')
-makedepends=('ed')
+checkdepends=('ed')
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz")
 sha256sums=('3d101154182d52ae54ef26e1360c95bc89c929d28859d378cc1c84f3439dbe75')
@@ -18,7 +18,7 @@
 
 check() {
   cd "$pkgname"
-  ./test.sh
+  PERL=/usr/bin/perl ./test.sh
 }
 
 build() {



More information about the arch-commits mailing list