summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2022-07-05 09:56:43 +0200
committerMichael Düll2022-07-05 09:56:43 +0200
commitb6f49f59ffe1c05350aaa718ce90105dbff1d592 (patch)
treefd59cfc527c3dd99927a108a10c5962f8796dd15
parentf0f5e498f067d2a89bbc7a9ec4c54751638279eb (diff)
downloadaur-b6f49f59ffe1c05350aaa718ce90105dbff1d592.tar.gz
Push to 0.32.2, also added optdepends sudo and removed conflicts with
git version as suggested.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cccbd9705ca..419407220d9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.32.1
+ pkgver = 0.32.2
pkgrel = 1
url = https://digint.ch/btrbk
arch = any
@@ -10,9 +10,9 @@ pkgbase = btrbk
depends = btrfs-progs
optdepends = openssh: remote backup support,
optdepends = mbuffer: --progress support and add buffering to send-stream
- conflicts = btrbk-git
+ optdepends = sudo: support for the btrfs-progs-sudo backend
options = !makeflags
- source = https://digint.ch/download/btrbk/releases/btrbk-0.32.1.tar.xz
- b2sums = 5d2860e182701ba6c407b9d0f41e476442bdf0ebc8491c3fa944860228d087d6bbe13084a4e950a24fc6ea1e251e2c4c6cbf17e9e3a4cb4f3f9b7ea9b85b2c11
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.32.2.tar.xz
+ b2sums = f06e563d0a3f6a7096426b205c56446c8cba34767a0a2cd092f1d0d2661c1a38d88adfae0cd2046d2f43623fb236e9a2d7ef7281938a37b410f2cf842f5df83c
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 926e99ff3cb3..085040801e6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Michael Duell < mail at akurei dot me >
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.32.1
+pkgver=0.32.2
pkgrel=1
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="https://digint.ch/btrbk"
arch=('any')
license=('GPL3')
depends=('perl' 'btrfs-progs')
-conflicts=('btrbk-git')
makedepends=('asciidoctor')
options=('!makeflags') # temporary fix for https://github.com/digint/btrbk/pull/341
optdepends=('openssh: remote backup support',
- 'mbuffer: --progress support and add buffering to send-stream')
+ 'mbuffer: --progress support and add buffering to send-stream'
+ 'sudo: support for the btrfs-progs-sudo backend')
source=("https://digint.ch/download/btrbk/releases/${pkgname}-${pkgver}.tar.xz")
package() {
@@ -20,4 +20,4 @@ package() {
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-b2sums=('5d2860e182701ba6c407b9d0f41e476442bdf0ebc8491c3fa944860228d087d6bbe13084a4e950a24fc6ea1e251e2c4c6cbf17e9e3a4cb4f3f9b7ea9b85b2c11')
+b2sums=('f06e563d0a3f6a7096426b205c56446c8cba34767a0a2cd092f1d0d2661c1a38d88adfae0cd2046d2f43623fb236e9a2d7ef7281938a37b410f2cf842f5df83c')