summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2016-06-04 02:27:49 +0200
committerMichael Düll2016-06-04 02:27:49 +0200
commit0e4771f95e6d5090a443b509dc1d1a777da825c2 (patch)
treead3014e4a1a4c2744e59365f3c314a5418550917
parent813b4f7d9649f764bce9b25c0827e519e8083caa (diff)
downloadaur-0e4771f95e6d5090a443b509dc1d1a777da825c2.tar.gz
Adopted.
Signed-off-by: Michael Düll <michael.duell@rub.de>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e13f0bd9f7b2..f3a4a3027e0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 26 22:16:50 UTC 2016
+# Sat Jun 4 00:27:44 UTC 2016
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.23.1
- pkgrel = 1
+ pkgrel = 2
url = http://digint.ch/btrbk
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = btrbk
optdepends = openssh: remote backup support,
optdepends = pv: --progress support
source = http://digint.ch/download/btrbk/releases/btrbk-0.23.1.tar.xz
- sha256sums = f82a523b5900f1c088ffa17327e7c15b753ee1c2552a00fac3abb2fcc6469279
+ sha384sums = 40db074c29e0d894f9491090de4ee4575f459134ecf82d9010a49aea3be0c1a72aa2fe1837a28361a08a8554e65598ba
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 0d48653b80d2..ec52a70ff359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: Michael Duell <michael.duell@rub.de>
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
pkgver=0.23.1
-pkgrel=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"
arch=('any')
@@ -11,10 +12,9 @@ optdepends=('openssh: remote backup support',
'pv: --progress support')
source=("http://digint.ch/download/btrbk/releases/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('f82a523b5900f1c088ffa17327e7c15b753ee1c2552a00fac3abb2fcc6469279')
-
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's/sbin/bin/g' contrib/systemd/btrbk.service
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
+sha384sums=('40db074c29e0d894f9491090de4ee4575f459134ecf82d9010a49aea3be0c1a72aa2fe1837a28361a08a8554e65598ba')