summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2016-06-06 18:01:51 -0700
committerJohn Ramsden2016-06-06 18:01:51 -0700
commitf009ac25c68e1154a34185b483dc4f5880442958 (patch)
treed3d201c6a7e620d2ee0961dc70becd433844396f /PKGBUILD
parentad609a57048387542e8d5dc9357de6c1f792da08 (diff)
downloadaur-f009ac25c68e1154a34185b483dc4f5880442958.tar.gz
Changed perl to dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c55b6e48d9f..53a8672a430b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: John Ramsden <streblo@ramsdenj.ca>
pkgname=znapzend
pkgver=0.15.7
-pkgrel=2
+pkgrel=3
pkgdesc="ZnapZend is a ZFS centric backup tool. It relies on snapshot, send and receive todo its work. It has the built-in ability to manage both local snapshots as well as remote copies by thining them out as time progresses."
arch=('any')
url="http://www.znapzend.org/"
license=('GPL')
-makedepends=('perl')
+depends=('perl')
source=("https://github.com/oetiker/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
noextract=()
md5sums=('c464e0799212f025c31859737c3ce4bc')