* update zziplib to 0.13.77-1
This commit is contained in:
parent
894003d561
commit
7c223d7a1f
19
zziplib/.SRCINFO
Normal file
19
zziplib/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = zziplib
|
||||
pkgdesc = A lightweight library that offers the ability to easily extract data from files archived in a single zip file
|
||||
pkgver = 0.13.77
|
||||
pkgrel = 1
|
||||
url = https://github.com/gdraheim/zziplib
|
||||
arch = x86_64
|
||||
license = LGPL
|
||||
license = MPL
|
||||
checkdepends = unzip
|
||||
makedepends = python
|
||||
makedepends = xmlto
|
||||
makedepends = zip
|
||||
makedepends = cmake
|
||||
makedepends = ninja
|
||||
depends = zlib
|
||||
source = zziplib-0.13.77.tar.gz::https://github.com/gdraheim/zziplib/archive/v0.13.77.tar.gz
|
||||
sha512sums = 63071f1ea7290d7658ff4cfdb2aaef5d07f319e12077365ddef6c57c671fcc66efa10e40c6885879063bb8c724524e04264ebfcdc9493e0299f03e3637a1b1d9
|
||||
|
||||
pkgname = zziplib
|
4
zziplib/.nvchecker.toml
Normal file
4
zziplib/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[zziplib]
|
||||
source = "git"
|
||||
git = "https://github.com/gdraheim/zziplib.git"
|
||||
prefix = "v"
|
@ -5,7 +5,7 @@
|
||||
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
|
||||
|
||||
pkgname=zziplib
|
||||
pkgver=0.13.76
|
||||
pkgver=0.13.77
|
||||
pkgrel=1
|
||||
pkgdesc="A lightweight library that offers the ability to easily extract data from files archived in a single zip file"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -15,7 +15,7 @@ depends=('zlib')
|
||||
makedepends=('python' 'xmlto' 'zip' 'cmake' 'ninja')
|
||||
checkdepends=('unzip')
|
||||
source=($pkgname-$pkgver.tar.gz::"https://github.com/gdraheim/zziplib/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('d4b327530fc2681df1705b24d5de697d3c3829e299c28e047849444c7aeaf87e188d96782a2009dc7ae216f82f744a32a94fc7962fb12b3a62b28d7ecf12a7d6')
|
||||
sha512sums=('63071f1ea7290d7658ff4cfdb2aaef5d07f319e12077365ddef6c57c671fcc66efa10e40c6885879063bb8c724524e04264ebfcdc9493e0299f03e3637a1b1d9')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
Loading…
x
Reference in New Issue
Block a user