summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ramsden2016-06-12 16:45:40 -0700
committerJohn Ramsden2016-06-12 16:45:40 -0700
commit2f61ba8672dcca42745e2f1a7cbb99bc70723fb3 (patch)
treef477539866a3cede2152c7437da99db3df89b0a1
parentf009ac25c68e1154a34185b483dc4f5880442958 (diff)
downloadaur-2f61ba8672dcca42745e2f1a7cbb99bc70723fb3.tar.gz
Added zfs dependency
-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')