Uses lolibc now

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-05-24 03:27:50 +03:00
parent b41388e851
commit b57b1844fd
1 changed files with 1 additions and 2 deletions

View File

@ -2,12 +2,11 @@
pkgname='loksh'
pkgver='6.7.1'
pkgrel=2
pkgrel=3
pkgdesc="A Linux port of OpenBSD's ksh targeting musl"
arch=( 'i686' 'x86_64' )
url='https://github.com/dimkr/loksh'
license=( 'custom' )
depends=( 'libbsd' )
makedepends=( 'meson' )
source=( "https://github.com/dimkr/loksh/releases/download/$pkgver/src.tar.xz" )