summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2018-12-06 15:56:30 +0100
committerMichael Düll2018-12-06 15:56:30 +0100
commita2c13dee0c09548a6c4cbea0df5a8f1d16054528 (patch)
treeae5aad52563055293d53e5f2c8f4e8fe69142eed
parent3c7c800dbeba982d987015d4aa1a3ad182093d52 (diff)
downloadaur-a2c13dee0c09548a6c4cbea0df5a8f1d16054528.tar.gz
0.27.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f06d1e3f064..2d714b2084e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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
+ pkgver = 0.27.1
pkgrel = 2
url = http://digint.ch/btrbk
arch = any
@@ -14,8 +12,8 @@ pkgbase = btrbk
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
+ source = http://digint.ch/download/btrbk/releases/btrbk-0.27.1.tar.xz
+ sha384sums = ed94d803124a3f6090a2adfc4a52484b8a1f43ebc8b38ccbb21b16645a7550c66fed7bbc310a123bc1b8af5266156601
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index efeeda0ea1c7..3a02227e062e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Duell <michael.duell@rub.de>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.27.0
+pkgver=0.27.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"
@@ -19,5 +19,5 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-sha384sums=('99613a528b5775ae57d54ba5ac3ecfdccbde3e45492f214ba442cff35579331b1b70d63fc203da0ec79944627b204cdf')
+sha384sums=('ed94d803124a3f6090a2adfc4a52484b8a1f43ebc8b38ccbb21b16645a7550c66fed7bbc310a123bc1b8af5266156601')