summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMyles English2016-05-26 23:18:54 +0100
committerMyles English2016-05-26 23:18:54 +0100
commit813b4f7d9649f764bce9b25c0827e519e8083caa (patch)
tree1ecb6b0973e468529da3528e331a326c850b19d7
parentd3fb17b0383a7aabdc3b3f51dc43f8a5146536c0 (diff)
downloadaur-813b4f7d9649f764bce9b25c0827e519e8083caa.tar.gz
Update to 0.23.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bfdb724be53..e13f0bd9f7b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 21:09:41 UTC 2016
+# Thu May 26 22:16:50 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.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
+ pkgver = 0.23.1
pkgrel = 1
url = http://digint.ch/btrbk
arch = any
license = GPL3
depends = perl
- depends = perl-date-calc
depends = btrfs-progs
optdepends = openssh: remote backup support,
optdepends = pv: --progress support
- source = http://digint.ch/download/btrbk/releases/btrbk-0.22.2.tar.xz
- sha256sums = 6869124b16c3c907f8ef7896f1c6997976bf8c96fd5d71fce1940b731b886fbd
+ source = http://digint.ch/download/btrbk/releases/btrbk-0.23.1.tar.xz
+ sha256sums = f82a523b5900f1c088ffa17327e7c15b753ee1c2552a00fac3abb2fcc6469279
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index a07aebd39d15..0d48653b80d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,20 @@
-
-# Maintainer: Daniel J. Campos <dcampos2015 at my dot fit dot edu>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.22.2
+pkgver=0.23.1
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."
+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' 'perl-date-calc' 'btrfs-progs')
+depends=('perl' 'btrfs-progs')
optdepends=('openssh: remote backup support',
'pv: --progress support')
source=("http://digint.ch/download/btrbk/releases/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('6869124b16c3c907f8ef7896f1c6997976bf8c96fd5d71fce1940b731b886fbd')
+sha256sums=('f82a523b5900f1c088ffa17327e7c15b753ee1c2552a00fac3abb2fcc6469279')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's/sbin/bin/g' contrib/systemd/btrbk.service
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-
-