summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ramsden2016-06-06 18:01:51 -0700
committerJohn Ramsden2016-06-06 18:01:51 -0700
commitf009ac25c68e1154a34185b483dc4f5880442958 (patch)
treed3d201c6a7e620d2ee0961dc70becd433844396f
parentad609a57048387542e8d5dc9357de6c1f792da08 (diff)
downloadaur-f009ac25c68e1154a34185b483dc4f5880442958.tar.gz
Changed perl to dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e3a34c23f58..f3677730a319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = znapzend
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.
pkgver = 0.15.7
- pkgrel = 2
+ pkgrel = 3
url = http://www.znapzend.org/
arch = any
license = GPL
- makedepends = perl
+ depends = perl
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 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')