Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
borgmatic
Commits:
c519500e by Christian Heusel at 2024-11-04T10:49:20+01:00
upgpkg: 1.9.0-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.8.14
- pkgrel = 2
+ pkgver = 1.9.0
+ 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.8.14
- b2sums =
0dbf2ffc4f487993ffffe142ff86a3a3206e808b7caea1afd3408b33ba9178e60d4e3938576549bd7b3774c5f2ef7ba2dc33bd9154089d4c181065784e7e6c12
+ source =
git+https://projects.torsion.org/borgmatic-collective/borgmatic.git#tag=1.9.0
+ b2sums =
8e4e618408660fc91b83667f0a5e38fc96b0ef0487db78253b81afe8ad8fcdffcbbc0bad00083885966ea875cc5047d0a1f8fd9b0d2a3588e8a60542a2ebf7b3
pkgname = borgmatic
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
pkgname=borgmatic
-pkgver=1.8.14
-pkgrel=2
+pkgver=1.9.0
+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=('0dbf2ffc4f487993ffffe142ff86a3a3206e808b7caea1afd3408b33ba9178e60d4e3938576549bd7b3774c5f2ef7ba2dc33bd9154089d4c181065784e7e6c12')
+b2sums=('8e4e618408660fc91b83667f0a5e38fc96b0ef0487db78253b81afe8ad8fcdffcbbc0bad00083885966ea875cc5047d0a1f8fd9b0d2a3588e8a60542a2ebf7b3')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/c519500e88a7d00f9d75207d7dd8434f4db86f71
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/c519500e88a7d00f9d75207d7dd8434f4db86f71
You're receiving this email because of your account on gitlab.archlinux.org.