Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
borgmatic
Commits:
086c72d4 by Daniel M. Capella at 2025-02-10T18:42:25-05:00
upgpkg: 1.9.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = borgmatic
pkgdesc = Simple, configuration-driven backup software for servers and
workstations
- pkgver = 1.9.9
+ pkgver = 1.9.10
pkgrel = 1
url = https://torsion.org/borgmatic
arch = any
@@ -21,7 +21,7 @@ pkgbase = borgmatic
depends = python-ruamel-yaml
optdepends = apprise: for Apprise notifications
optdepends = python-pyfuse3: for mount action
- source =
git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=1.9.9
- b2sums =
75f5b3bf56d589d9b3c0d2f14730458b5a71348938bb7cae8c7bbeabd66762c8bf36c489aa2fc5d347213ae2d9780e86623a8c4105bc13ee8b409e7cb7d5b394
+ source =
git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=1.9.10
+ b2sums =
cbbe83a5d56a8b8bacdc9810b2131212ac66f9d7dd7a931bafe8fbd216c7caddf6aecb8cec9d57a0ea210a6425154f3d4ee9c06f61939fc41a044e926b4ec2ed
pkgname = borgmatic
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
pkgname=borgmatic
-pkgver=1.9.9
+pkgver=1.9.10
pkgrel=1
pkgdesc='Simple, configuration-driven backup software for servers and
workstations'
arch=(any)
@@ -38,7 +38,7 @@ optdepends=(
'python-pyfuse3: for mount action'
)
source=("git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=$pkgver")
-b2sums=('75f5b3bf56d589d9b3c0d2f14730458b5a71348938bb7cae8c7bbeabd66762c8bf36c489aa2fc5d347213ae2d9780e86623a8c4105bc13ee8b409e7cb7d5b394')
+b2sums=('cbbe83a5d56a8b8bacdc9810b2131212ac66f9d7dd7a931bafe8fbd216c7caddf6aecb8cec9d57a0ea210a6425154f3d4ee9c06f61939fc41a044e926b4ec2ed')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/086c72d48ca89fa69c7008564ab8f52fdc3140fd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/086c72d48ca89fa69c7008564ab8f52fdc3140fd
You're receiving this email because of your account on gitlab.archlinux.org.