* update libarchive to 3.7.5-1
This commit is contained in:
parent
129f8ba153
commit
56c99cd58c
31
libarchive/.SRCINFO
Normal file
31
libarchive/.SRCINFO
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
pkgbase = libarchive
|
||||||
|
pkgdesc = Multi-format archive and compression library
|
||||||
|
pkgver = 3.7.5
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://libarchive.org/
|
||||||
|
arch = x86_64
|
||||||
|
license = BSD
|
||||||
|
depends = acl
|
||||||
|
depends = libacl.so
|
||||||
|
depends = bzip2
|
||||||
|
depends = libbz2.so
|
||||||
|
depends = libxml2
|
||||||
|
depends = libxml2.so
|
||||||
|
depends = lz4
|
||||||
|
depends = openssl
|
||||||
|
depends = libcrypto.so
|
||||||
|
depends = xz
|
||||||
|
depends = liblzma.so
|
||||||
|
depends = zlib
|
||||||
|
depends = libz.so
|
||||||
|
depends = zstd
|
||||||
|
depends = libzstd.so
|
||||||
|
provides = libarchive.so
|
||||||
|
source = https://github.com/libarchive/libarchive/releases/download/v3.7.5/libarchive-3.7.5.tar.xz
|
||||||
|
source = https://github.com/libarchive/libarchive/releases/download/v3.7.5/libarchive-3.7.5.tar.xz.asc
|
||||||
|
validpgpkeys = A5A45B12AD92D964B89EEE2DEC560C81CEC2276E
|
||||||
|
validpgpkeys = DB2C7CF1B4C265FAEF56E3FC5848A18B8F14184B
|
||||||
|
sha256sums = ca74ff8f99dd40ab8a8274424d10a12a7ec3f4428dd35aee9fdda8bdb861b570
|
||||||
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
pkgname = libarchive
|
4
libarchive/.nvchecker.toml
Normal file
4
libarchive/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[libarchive]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/libarchive/libarchive.git"
|
||||||
|
prefix = "v"
|
@ -3,7 +3,7 @@
|
|||||||
# Maintainer: Dan McGee <dan@archlinux.org>
|
# Maintainer: Dan McGee <dan@archlinux.org>
|
||||||
|
|
||||||
pkgname=libarchive
|
pkgname=libarchive
|
||||||
pkgver=3.7.4
|
pkgver=3.7.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Multi-format archive and compression library'
|
pkgdesc='Multi-format archive and compression library'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -21,7 +21,7 @@ provides=('libarchive.so')
|
|||||||
validpgpkeys=('A5A45B12AD92D964B89EEE2DEC560C81CEC2276E' # Martin Matuska <mm@FreeBSD.org>
|
validpgpkeys=('A5A45B12AD92D964B89EEE2DEC560C81CEC2276E' # Martin Matuska <mm@FreeBSD.org>
|
||||||
'DB2C7CF1B4C265FAEF56E3FC5848A18B8F14184B') # Martin Matuska <martin@matuska.org>
|
'DB2C7CF1B4C265FAEF56E3FC5848A18B8F14184B') # Martin Matuska <martin@matuska.org>
|
||||||
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||||
sha256sums=('f887755c434a736a609cbd28d87ddbfbe9d6a3bb5b703c22c02f6af80a802735'
|
sha256sums=('ca74ff8f99dd40ab8a8274424d10a12a7ec3f4428dd35aee9fdda8bdb861b570'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user