Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
borgmatic
Commits:
fc637284 by Christian Heusel at 2024-12-07T09:14:20+01:00
upgpkg: 1.9.4-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = borgmatic
pkgdesc = Simple, configuration-driven backup software for servers and
workstations
- pkgver = 1.9.3
- pkgrel = 2
+ pkgver = 1.9.4
+ pkgrel = 1
url = https://torsion.org/borgmatic
arch = any
license = GPL-3.0-or-later
@@ -22,7 +22,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.3
- b2sums =
278708592f41581f106e921fc38540e16d4b880103e6ad16b7ecb934a685184286bf64d4cc023af4d4ea5df8fb682ad6e04539737e793fbd8a41ae6707638452
+ source =
git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=1.9.4
+ b2sums =
b099a2afb5327d0503e91bd839f993cd93713f5428fd827656d94e3a64e6f691f43cb27d7e303ef40b18bc91c7fe3c0a9b1b517a2d5aa9ee4e4ee141f8c7c05b
pkgname = borgmatic
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
pkgname=borgmatic
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.9.4
+pkgrel=1
pkgdesc='Simple, configuration-driven backup software for servers and
workstations'
arch=(any)
url=https://torsion.org/borgmatic
@@ -39,7 +39,7 @@ optdepends=(
'python-pyfuse3: for mount action'
)
source=("git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=$pkgver")
-b2sums=('278708592f41581f106e921fc38540e16d4b880103e6ad16b7ecb934a685184286bf64d4cc023af4d4ea5df8fb682ad6e04539737e793fbd8a41ae6707638452')
+b2sums=('b099a2afb5327d0503e91bd839f993cd93713f5428fd827656d94e3a64e6f691f43cb27d7e303ef40b18bc91c7fe3c0a9b1b517a2d5aa9ee4e4ee141f8c7c05b')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/fc63728405e1800a31a75774bd650e53f4eddf4d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/fc63728405e1800a31a75774bd650e53f4eddf4d
You're receiving this email because of your account on gitlab.archlinux.org.