summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel J. Campos2016-01-23 10:58:12 -0400
committerDaniel J. Campos2016-01-23 10:58:12 -0400
commit7af960284b7b55a5c2139868b83014c8348ba7cc (patch)
tree164d9b2a7d15ee262140506047641c4a06109c1c
parent5246f6594172fa6e2a60ade14f63ef03f16c3914 (diff)
downloadaur-7af960284b7b55a5c2139868b83014c8348ba7cc.tar.gz
Update to 0.22.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75ae728e679c..04be1371dbd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Jan 23 14:56:49 UTC 2016
pkgbase = btrbk
- pkgdesc = btrbk is 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 = 0.21.0
+ 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 = 0.22.1
pkgrel = 1
url = http://digint.ch/btrbk
arch = any
@@ -10,8 +12,8 @@ pkgbase = btrbk
depends = btrfs-progs
optdepends = openssh: remote backup support,
optdepends = pv: --progress support
- source = http://digint.ch/download/btrbk/releases/btrbk-0.21.0.tar.xz
- sha256sums = c8fce308180a392a4770ca3ad45c294c2c02a4e6dd4d4f39085f4c34bee3356c
+ source = http://digint.ch/download/btrbk/releases/btrbk-0.22.1.tar.xz
+ sha256sums = 15786bbd7749d3b24622656f654d74202a84bdb4f32983bac5ac7c139e141a82
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 346132f0d8c8..3b1d512c4847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Daniel J. Campos <dcampos2015 at my dot fit dot edu>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.21.0
+pkgver=0.22.1
pkgrel=1
-pkgdesc="btrbk is a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations."
+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')
@@ -13,7 +13,7 @@ optdepends=('openssh: remote backup support',
'pv: --progress support')
source=("http://digint.ch/download/btrbk/releases/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('c8fce308180a392a4770ca3ad45c294c2c02a4e6dd4d4f39085f4c34bee3356c')
+sha256sums=('15786bbd7749d3b24622656f654d74202a84bdb4f32983bac5ac7c139e141a82')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"