Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
borgmatic
Commits:
33eead8a by Daniel M. Capella at 2025-02-03T15:03:38-05:00
upgpkg: 1.9.9-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.8
+ pkgver = 1.9.9
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.8
- b2sums =
16fdd908dd422a822f7d79102c0907ba4f392ef6fe0d84c2d49f0bbc3123401580c1690085d361dcd7b88542ef226a07cc3791687da64c2704af87ae5da08269
+ source =
git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=1.9.9
+ b2sums =
75f5b3bf56d589d9b3c0d2f14730458b5a71348938bb7cae8c7bbeabd66762c8bf36c489aa2fc5d347213ae2d9780e86623a8c4105bc13ee8b409e7cb7d5b394
pkgname = borgmatic
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
pkgname=borgmatic
-pkgver=1.9.8
+pkgver=1.9.9
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=('16fdd908dd422a822f7d79102c0907ba4f392ef6fe0d84c2d49f0bbc3123401580c1690085d361dcd7b88542ef226a07cc3791687da64c2704af87ae5da08269')
+b2sums=('75f5b3bf56d589d9b3c0d2f14730458b5a71348938bb7cae8c7bbeabd66762c8bf36c489aa2fc5d347213ae2d9780e86623a8c4105bc13ee8b409e7cb7d5b394')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/33eead8aaec206b3210c87ea038bd5067503e04c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/33eead8aaec206b3210c87ea038bd5067503e04c
You're receiving this email because of your account on gitlab.archlinux.org.