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 46f884cd872..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.0
+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="
-d6eb0e0a639afb79b0d7df85477ded0d48d3ad27dbbd2068c24b81705000501c4542034586222a490a49443da36e7d1c64b5d714c94f942f507a14b89a0c389e loksh-7.0.tar.xz
+9aee8219a4d63d06c95df2347611a04664ec344c2cb4c3d5d14bdea6b9cabc424246b0e070c901b4a5e38f5784b2c43f5c3c78b01f74cbdce46eded6fda043db loksh-7.5.tar.xz
"