summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Düll2022-08-16 13:41:08 +0200
committerMichael Düll2022-08-16 13:41:08 +0200
commit8e3dda6ab032d96ea43f4866bec69ef4aa58abab (patch)
tree7eb30e1fd724b9f7f756239f7329343a1bbc5875
parentb6f49f59ffe1c05350aaa718ce90105dbff1d592 (diff)
downloadaur-8e3dda6ab032d96ea43f4866bec69ef4aa58abab.tar.gz
0.32.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419407220d9c..430f30e4bb9e 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.2
+ pkgver = 0.32.3
pkgrel = 1
url = https://digint.ch/btrbk
arch = any
@@ -11,8 +11,7 @@ pkgbase = btrbk
optdepends = openssh: remote backup support,
optdepends = mbuffer: --progress support and add buffering to send-stream
optdepends = sudo: support for the btrfs-progs-sudo backend
- options = !makeflags
- source = https://digint.ch/download/btrbk/releases/btrbk-0.32.2.tar.xz
- b2sums = f06e563d0a3f6a7096426b205c56446c8cba34767a0a2cd092f1d0d2661c1a38d88adfae0cd2046d2f43623fb236e9a2d7ef7281938a37b410f2cf842f5df83c
+ source = https://digint.ch/download/btrbk/releases/btrbk-0.32.3.tar.xz
+ b2sums = f0e389891bfdfa961187505548ec5139aa8967932d2fcca43c151c8ca25664c30af96f0f52531507e7c838ca3df16f371f7419df226283734fee23f6af56b3cf
pkgname = btrbk
diff --git a/PKGBUILD b/PKGBUILD
index 085040801e6a..1713beb80717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Duell < mail at akurei dot me >
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=btrbk
-pkgver=0.32.2
+pkgver=0.32.3
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"
@@ -9,7 +9,6 @@ arch=('any')
license=('GPL3')
depends=('perl' 'btrfs-progs')
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'
'sudo: support for the btrfs-progs-sudo backend')
@@ -20,4 +19,4 @@ package() {
make DESTDIR="${pkgdir}" BINDIR="/usr/bin" install
}
-b2sums=('f06e563d0a3f6a7096426b205c56446c8cba34767a0a2cd092f1d0d2661c1a38d88adfae0cd2046d2f43623fb236e9a2d7ef7281938a37b410f2cf842f5df83c')
+b2sums=('f0e389891bfdfa961187505548ec5139aa8967932d2fcca43c151c8ca25664c30af96f0f52531507e7c838ca3df16f371f7419df226283734fee23f6af56b3cf')