aboutsummaryrefslogtreecommitdiffstats
path: root/community/loksh/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/loksh/APKBUILD')
-rw-r--r--community/loksh/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/loksh/APKBUILD b/community/loksh/APKBUILD
index 8efe0ca1bef..4ed8f5fd9af 100644
--- a/community/loksh/APKBUILD
+++ b/community/loksh/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=loksh
-pkgver=7.1
+pkgver=7.5
pkgrel=0
pkgdesc="A Linux port of OpenBSD's ksh"
url="https://github.com/dimkr/$pkgname"
arch="all"
-license="ISC"
+license="Public-Domain"
makedepends="ncurses-dev meson"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
options="!check" # upstream doesn't have a test suite
@@ -18,7 +18,7 @@ build() {
--prefix=/ \
--bindir=/bin \
. output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
package() {
@@ -26,5 +26,5 @@ package() {
}
sha512sums="
-f46221f765f2799856049fbfe1650e6f3d13d597cf97843d4b54b9803b9ecedbf8a8c9364e1ba9b981b667004a8fe4da043006945f8b61f094678d3578518716 loksh-7.1.tar.xz
+9aee8219a4d63d06c95df2347611a04664ec344c2cb4c3d5d14bdea6b9cabc424246b0e070c901b4a5e38f5784b2c43f5c3c78b01f74cbdce46eded6fda043db loksh-7.5.tar.xz
"