Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
borgmatic
Commits:
d70d5f8f by Christian Heusel at 2025-01-25T17:27:42+01:00
upgpkg: 1.9.8-1: New upstream release
- - - - -
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.7
+ pkgver = 1.9.8
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.7
- b2sums =
229550cb09d0d62f7b394f1468f4b3b844431bdcab2f5139a8fcdac35c5991627a91bf640726a64f42c28c929fe12e91dc7ff5a9b8f982b97fd6aa4e6c8b0524
+ source =
git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=1.9.8
+ b2sums =
16fdd908dd422a822f7d79102c0907ba4f392ef6fe0d84c2d49f0bbc3123401580c1690085d361dcd7b88542ef226a07cc3791687da64c2704af87ae5da08269
pkgname = borgmatic
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
pkgname=borgmatic
-pkgver=1.9.7
+pkgver=1.9.8
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=('229550cb09d0d62f7b394f1468f4b3b844431bdcab2f5139a8fcdac35c5991627a91bf640726a64f42c28c929fe12e91dc7ff5a9b8f982b97fd6aa4e6c8b0524')
+b2sums=('16fdd908dd422a822f7d79102c0907ba4f392ef6fe0d84c2d49f0bbc3123401580c1690085d361dcd7b88542ef226a07cc3791687da64c2704af87ae5da08269')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/d70d5f8fe70a22bc797304f5bedf8dc91b3d492b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/d70d5f8fe70a22bc797304f5bedf8dc91b3d492b
You're receiving this email because of your account on gitlab.archlinux.org.