summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel J. Campos2016-02-19 17:10:35 -0400
committerDaniel J. Campos2016-02-19 17:10:35 -0400
commitd3fb17b0383a7aabdc3b3f51dc43f8a5146536c0 (patch)
treea8b8805ea8405006054ea47717abf7d27512c6e2
parent7af960284b7b55a5c2139868b83014c8348ba7cc (diff)
downloadaur-d3fb17b0383a7aabdc3b3f51dc43f8a5146536c0.tar.gz
Update to 0.22.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04be1371dbd7..7bfdb724be53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 23 14:56:49 UTC 2016
+# Fri Feb 19 21:09:41 UTC 2016
pkgbase = btrbk
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
+ pkgver = 0.22.2
pkgrel = 1
url = http://digint.ch/btrbk
arch = any
@@ -12,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.22.1.tar.xz
- sha256sums = 15786bbd7749d3b24622656f654d74202a84bdb4f32983bac5ac7c139e141a82
+ source = http://digint.ch/download/btrbk/releases/btrbk-0.22.2.tar.xz
+ sha256sums = 6869124b16c3c907f8ef7896f1c6997976bf8c96fd5d71fce1940b731b886fbd
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 3b1d512c4847..a07aebd39d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Daniel J. Campos <dcampos2015 at my dot fit dot edu>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.22.1
+pkgver=0.22.2
pkgrel=1
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"
@@ -13,7 +13,7 @@ optdepends=('openssh: remote backup support',
'pv: --progress support')
source=("http://digint.ch/download/btrbk/releases/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('15786bbd7749d3b24622656f654d74202a84bdb4f32983bac5ac7c139e141a82')
+sha256sums=('6869124b16c3c907f8ef7896f1c6997976bf8c96fd5d71fce1940b731b886fbd')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"