summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebdbc8487c84..1e23d193745e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = casync-git
pkgdesc = Content-Addressable Data Synchronization Tool
- pkgver = 1.r99.g4ef0847
+ pkgver = 1.r101.geffa00a
pkgrel = 1
url = https://github.com/systemd/casync
arch = x86
@@ -17,6 +17,7 @@ pkgbase = casync-git
depends = fuse2
depends = libselinux
depends = zlib
+ depends = zstd
provides = casync
conflicts = casync
source = casync-git::git+https://github.com/systemd/casync
diff --git a/PKGBUILD b/PKGBUILD
index a0cee0215330..9656a9a1a206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Nikita Puzyryov <PuzyryovN@gmail.com>
pkgname=casync-git
-pkgver=1.r99.g4ef0847
+pkgver=1.r101.geffa00a
pkgrel=1
pkgdesc="Content-Addressable Data Synchronization Tool"
arch=(x86 x86_64)
url="https://github.com/systemd/casync"
license=('LGPL')
-depends=('acl' 'libcurl.so' 'openssl' 'xz' 'fuse2' 'libselinux' 'zlib')
+depends=('acl' 'libcurl.so' 'openssl' 'xz' 'fuse2' 'libselinux' 'zlib' 'zstd')
makedepends=('git' 'meson' 'python-sphinx')
optdepends=()
checkdepends=('rsync')