summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2016-06-12 16:45:40 -0700
committerJohn Ramsden2016-06-12 16:45:40 -0700
commit2f61ba8672dcca42745e2f1a7cbb99bc70723fb3 (patch)
treef477539866a3cede2152c7437da99db3df89b0a1 /PKGBUILD
parentf009ac25c68e1154a34185b483dc4f5880442958 (diff)
downloadaur-2f61ba8672dcca42745e2f1a7cbb99bc70723fb3.tar.gz
Added zfs dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')