v++
Package builder / BuildPackage (push) Failing after 10m23s Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2024-04-06 08:33:30 +00:00
parent 2a30e8e8ee
commit 95e108c0f5
2 changed files with 1 additions and 3 deletions

View File

@ -30,4 +30,3 @@ jobs:
# path: ./*.pkg.tar.zst
- name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import
- run: echo "This job's status is ${{ job.status }}."

View File

@ -1,7 +1,7 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname='loksh'
pkgver='7.4'
pkgver='7.5'
pkgrel=1
pkgdesc="A Linux port of OpenBSD's ksh targeting musl"
arch=( 'i686' 'x86_64' )
@ -29,4 +29,3 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
sha1sums=('c1335e6fccf2c7057bce1bac4a853511d83e082f')