summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3677730a319..ffc18d3f1e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = znapzend
arch = any
license = GPL
depends = perl
+ depends = zfs
source = https://github.com/oetiker/znapzend/releases/download/v0.15.7/znapzend-0.15.7.tar.gz
md5sums = c464e0799212f025c31859737c3ce4bc
diff --git a/PKGBUILD b/PKGBUILD
index 53a8672a430b..3920146dd385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="ZnapZend is a ZFS centric backup tool. It relies on snapshot, send and
arch=('any')
url="http://www.znapzend.org/"
license=('GPL')
-depends=('perl')
+depends=('perl' 'zfs')
source=("https://github.com/oetiker/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
noextract=()
md5sums=('c464e0799212f025c31859737c3ce4bc')