summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent5246f6594172fa6e2a60ade14f63ef03f16c3914 (diff)
downloadaur-7af960284b7b55a5c2139868b83014c8348ba7cc.tar.gz
Update to 0.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"