summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2022-07-05 09:55:22 +0200
committerMichael Düll2022-07-05 09:55:22 +0200
commit039194137013f70ad54ae89c162e1bcc1a4a9f54 (patch)
treed48ff3fc17aeab885041eaddb4361e7ab7336a86
parent37747c21f00a73911652fd9ed44cae3384f1970d (diff)
downloadaur-039194137013f70ad54ae89c162e1bcc1a4a9f54.tar.gz
Add sudo as optdep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ae4a7941f5a..8aed37828734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = btrbk-git
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.31.3.r67.g4234fb2
+ pkgver = 0.32.2.r0.gbdc1f5c
pkgrel = 1
url = http://digint.ch/btrbk
arch = any
@@ -11,6 +11,7 @@ pkgbase = btrbk-git
depends = btrfs-progs
optdepends = openssh: remote backup support,
optdepends = mbuffer: --progress support and add buffering to send-stream
+ optdepends = sudo: support for the btrfs-progs-sudo backend
provides = btrbk
options = !makeflags
source = git+https://github.com/digint/btrbk.git
diff --git a/PKGBUILD b/PKGBUILD
index d7f395969b39..b8026176af19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Duell < mail at akurei dot me >
# Contributor: Daniel J. Campos <dcampos2015 at my dot fit dot edu>
pkgname=btrbk-git
-pkgver=0.31.3.r67.g4234fb2
+pkgver=0.32.2.r0.gbdc1f5c
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."
url="http://digint.ch/btrbk"
@@ -12,7 +12,8 @@ depends=('perl' 'btrfs-progs')
makedepends=('asciidoctor' 'git')
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=("git+https://github.com/digint/btrbk.git")
sha256sums=('SKIP')