aboutsummaryrefslogtreecommitdiffstats
path: root/community/loksh/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/loksh/APKBUILD')
-rw-r--r--community/loksh/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/loksh/APKBUILD b/community/loksh/APKBUILD
index 3e2e1e291c4..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=6.9
+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,11 +18,13 @@ build() {
--prefix=/ \
--bindir=/bin \
. output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="c4f74de049313adc9b0aae378435b9d3b259a6fd050f68b92b33551e3219840101c391f4cac3744deb8d121d9f6738ba66e76e029322303843bcc1b677bd3e9a loksh-6.9.tar.xz"
+sha512sums="
+9aee8219a4d63d06c95df2347611a04664ec344c2cb4c3d5d14bdea6b9cabc424246b0e070c901b4a5e38f5784b2c43f5c3c78b01f74cbdce46eded6fda043db loksh-7.5.tar.xz
+"