* update fsarchiver to 0.8.7-2

This commit is contained in:
Alexander Baldeck 2024-08-09 15:09:40 +02:00
parent 20be1388d5
commit 2b2461a84d
3 changed files with 23 additions and 1 deletions

19
fsarchiver/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = fsarchiver
pkgdesc = Safe and flexible file-system backup and deployment tool
pkgver = 0.8.7
pkgrel = 2
url = https://www.fsarchiver.org/
arch = x86_64
license = GPL2
depends = bzip2
depends = e2fsprogs
depends = lzo
depends = xz
depends = libgcrypt
depends = zlib
depends = lz4
depends = zstd
source = https://github.com/fdupoux/fsarchiver/releases/download/0.8.7/fsarchiver-0.8.7.tar.gz
sha256sums = f7cd059e70fc57e888db282c622ec050c0dcdbaacc65e3c1eb163cd9d92d810d
pkgname = fsarchiver

View File

@ -0,0 +1,3 @@
[fsarchiver]
source = "git"
git = "https://github.com/fdupoux/fsarchiver.git"

View File

@ -5,7 +5,7 @@
pkgname=fsarchiver
pkgver=0.8.7
pkgrel=1
pkgrel=2
pkgdesc='Safe and flexible file-system backup and deployment tool'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.fsarchiver.org/'