* update pixz to 1.0.7-5

This commit is contained in:
Alexander Baldeck 2024-08-16 06:47:03 +02:00
parent 4a7598214f
commit c92eadace7
3 changed files with 20 additions and 2 deletions

14
pixz/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = pixz
pkgdesc = Parallel, indexed xz compressor
pkgver = 1.0.7
pkgrel = 5
url = https://github.com/vasi/pixz
arch = x86_64
license = custom
makedepends = asciidoc
depends = libarchive
source = https://github.com/vasi/pixz/releases/download/v1.0.7/pixz-1.0.7.tar.gz
md5sums = ed227a0a3147db9380f6fe59cc87cd05
sha256sums = d1b6de1c0399e54cbd18321b8091bbffef6d209ec136d4466f398689f62c3b5f
pkgname = pixz

4
pixz/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[pixz]
source = "git"
git = "https://github.com/vasi/pixz.git"
prefix = "v"

View File

@ -4,9 +4,9 @@
pkgname=pixz
pkgver=1.0.7
pkgrel=4
pkgrel=5
pkgdesc="Parallel, indexed xz compressor"
arch=(x86_64 powerpc64le powerpc)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/vasi/pixz"
license=('custom')
depends=('libarchive')