aboutsummaryrefslogtreecommitdiffstats
path: root/community/loksh/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-21 06:41:52 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-21 07:15:54 -0300
commit867ff5300d28df9315dcc69474b3c9e92e7a98eb (patch)
tree7f96f89538d52ad69d9a64765d7bc039dc8d1570 /community/loksh/APKBUILD
parent05941261057579873c10974b7267e2a1d3a09056 (diff)
downloadaports-867ff5300d28df9315dcc69474b3c9e92e7a98eb.tar.bz2
aports-867ff5300d28df9315dcc69474b3c9e92e7a98eb.tar.xz
community/loksh: upgrade to 6.6
Diffstat (limited to 'community/loksh/APKBUILD')
-rw-r--r--community/loksh/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/loksh/APKBUILD b/community/loksh/APKBUILD
index 771194ba2e..0798c88c63 100644
--- a/community/loksh/APKBUILD
+++ b/community/loksh/APKBUILD
@@ -1,21 +1,18 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=loksh
-pkgver=6.5
+pkgver=6.6
pkgrel=0
pkgdesc="A Linux port of OpenBSD's ksh"
url="https://github.com/dimkr/$pkgname"
arch="all"
license="ISC"
replaces="oksh"
-depends=""
-depends_dev=""
makedepends="ncurses-dev"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
options="!check" # upstream doesn't have a test suite
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/dimkr/$pkgname/archive/$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
+source="loksh-$pkgver.tar.gz::https://github.com/dimkr/loksh/archive/$pkgver.tar.gz"
build() {
make -C "$builddir"
@@ -28,4 +25,4 @@ package() {
-C "$builddir" install
}
-sha512sums="35eb7d8bc8e01787034981c6f8d3733419065548efc21c6d6dcafe4cbe1912ef8c1fe911f1ae9955900bfeb363604230470280944f6eae0628def711bb6f8d93 loksh-6.5.tar.gz"
+sha512sums="7f5188b3f0af3167f1c5847043689a35f22d5075cee2ec4ce3ebd324a59233e89db1c864dc62a05ad036ddd541ee89c680fa82e22b85cd2c82ad32c5ebad51be loksh-6.6.tar.gz"