Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-04-11 19:02:41 +03:00
parent 6682bb0799
commit b9d957d3fa
2 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Sat Sep 3 15:02:10 UTC 2016 # Tue Apr 11 16:02:25 UTC 2017
pkgbase = loksh pkgbase = loksh
pkgdesc = A Linux port of OpenBSD's ksh targeting musl pkgdesc = A Linux port of OpenBSD's ksh targeting musl
pkgver = 6.0 pkgver = 6.1
pkgrel = 1 pkgrel = 1
url = https://github.com/dimkr/loksh url = https://github.com/dimkr/loksh
arch = i686 arch = i686
arch = x86_64 arch = x86_64
license = custom license = custom
depends = libbsd depends = libbsd
source = https://github.com/dimkr/loksh/archive/6.0.tar.gz source = https://github.com/dimkr/loksh/archive/6.1.tar.gz
sha1sums = 31bdd59f6fddeb4b8a53f437ee4f026a18f424a5 sha1sums = 04b74cbfcd100070d84e94f2704ce73ec260825b
pkgname = loksh pkgname = loksh

View File

@ -1,7 +1,7 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org> # Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname='loksh' pkgname='loksh'
pkgver='6.0' pkgver='6.1'
pkgrel=1 pkgrel=1
pkgdesc="A Linux port of OpenBSD's ksh targeting musl" pkgdesc="A Linux port of OpenBSD's ksh targeting musl"
arch=( 'i686' 'x86_64' ) arch=( 'i686' 'x86_64' )
@ -28,4 +28,4 @@ package() {
make DESTDIR="$pkgdir/" BIN_NAME='loksh' install make DESTDIR="$pkgdir/" BIN_NAME='loksh' install
} }
sha1sums=('31bdd59f6fddeb4b8a53f437ee4f026a18f424a5') sha1sums=('04b74cbfcd100070d84e94f2704ce73ec260825b')