summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDL6AKU2018-10-26 12:59:25 +0200
committerDL6AKU2018-10-26 12:59:25 +0200
commit3c7c800dbeba982d987015d4aa1a3ad182093d52 (patch)
tree939fe64442c863685288404504490acd298294f3
parent2e81ae4d1e80438c01fd4020817bde77da774b3e (diff)
downloadaur-3c7c800dbeba982d987015d4aa1a3ad182093d52.tar.gz
Update.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8671459d24fd..4f06d1e3f064 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 16 14:13:19 UTC 2018
+# Fri Oct 26 10:59:22 UTC 2018
pkgbase = btrbk
pkgdesc = Backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations
pkgver = 0.27.0
- pkgrel = 1
+ pkgrel = 2
url = http://digint.ch/btrbk
arch = any
license = GPL3
@@ -13,6 +13,7 @@ pkgbase = btrbk
optdepends = openssh: remote backup support,
optdepends = pv: --progress support,
optdepends = mbuffer: add buffering to send-stream
+ conflicts = btrbk-git
source = http://digint.ch/download/btrbk/releases/btrbk-0.27.0.tar.xz
sha384sums = 99613a528b5775ae57d54ba5ac3ecfdccbde3e45492f214ba442cff35579331b1b70d63fc203da0ec79944627b204cdf
diff --git a/PKGBUILD b/PKGBUILD
index af7099c3bc41..efeeda0ea1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
pkgver=0.27.0
-pkgrel=1
+pkgrel=2
pkgdesc="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')
depends=('perl' 'btrfs-progs')
+conflicts=('btrbk-git')
makedepends=('asciidoc')
optdepends=('openssh: remote backup support',
'pv: --progress support',