summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDL6AKU2018-10-26 12:57:46 +0200
committerDL6AKU2018-10-26 12:58:03 +0200
commit2ce5684cc400f90f9ef4946726e09563ebe182c3 (patch)
treeb2998696af10e8d433e5fbd88f2afb6bd354b76e
parent6ffa274290e17c25067175761734fbf1a424a2a8 (diff)
downloadaur-2ce5684cc400f90f9ef4946726e09563ebe182c3.tar.gz
Update.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080ed2a5abde..1078da03a544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
# Generated by mksrcinfo v8
-# Wed Jun 27 09:32:22 UTC 2018
+# Fri Oct 26 10:57:58 UTC 2018
pkgbase = btrbk-git
pkgdesc = A backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations.
- pkgver = v0.26.1.r35.g2f95baf
- pkgrel = 1
+ pkgver = v0.27.0.r0.gc59488f
+ pkgrel = 2
url = http://digint.ch/btrbk
arch = any
license = GPL3
makedepends = asciidoc
+ makedepends = git
depends = perl
- depends = perl-date-calc
depends = btrfs-progs
optdepends = openssh: remote backup support,
optdepends = pv: --progress support,
optdepends = mbuffer: add buffering to send-stream
+ provides = btrbk
conflicts = btrbk
source = git+https://github.com/digint/btrbk.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8b51e711830a..8c14641ef27f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Daniel J. Campos <dcampos2015 at my dot fit dot edu>
+# Maintainer: Michael Duell < mail at akurei dot me >
+# Contributor: Daniel J. Campos <dcampos2015 at my dot fit dot edu>
pkgname=btrbk-git
-pkgver=v0.26.1.r35.g2f95baf
-pkgrel=1
+pkgver=v0.27.0.r0.gc59488f
+pkgrel=2
pkgdesc="A backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations."
url="http://digint.ch/btrbk"
arch=('any')
license=('GPL3')
conflicts=('btrbk')
-depends=('perl' 'perl-date-calc' 'btrfs-progs')
-makedepends=('asciidoc')
+provides=('btrbk')
+depends=('perl' 'btrfs-progs')
+makedepends=('asciidoc' 'git')
optdepends=('openssh: remote backup support',
'pv: --progress support',
'mbuffer: add buffering to send-stream')