summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c078c286e4af..e630e15846ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 19 17:34:42 UTC 2016
+# Mon Dec 19 20:49:51 UTC 2016
pkgbase = sanoid
pkgdesc = Sanoid is a policy-driven snapshot management tool for ZFS filesystems.
pkgver = 1.4.7
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jimsalterjrs/sanoid
arch = any
license = GPL
@@ -14,7 +14,7 @@ pkgbase = sanoid
depends = mbuffer
provides = sanoid
conflicts = sanoid-git
- backup = /etc/sanoid/sanoid.conf
+ backup = etc/sanoid/sanoid.conf
source = sanoid-1.4.7.tar.gz::https://github.com/jimsalterjrs/sanoid/archive/c1.4.7.tar.gz
sha256sums = e877e96ccfbdccbfd34c619356b1b75f39ea181b5df3c531c7edff34e320e820
diff --git a/PKGBUILD b/PKGBUILD
index a6d5f6a169ba..2de686d1800c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=sanoid
pkgver=1.4.7
-pkgrel=3
+pkgrel=4
pkgdesc="Sanoid is a policy-driven snapshot management tool for ZFS filesystems."
arch=('any')
url='https://github.com/jimsalterjrs/sanoid'
license=('GPL')
-backup=('/etc/sanoid/sanoid.conf')
+backup=('etc/sanoid/sanoid.conf')
depends=('perl' 'perl-config-inifiles' 'pv' 'lzop' 'mbuffer')
conflicts=('sanoid-git')
provides=('sanoid')