Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
borgmatic
Commits:
ae2be4f2 by Daniel M. Capella at 2024-12-30T13:14:34-05:00
upgpkg: 1.9.5-4: colorama no longer a dep
- - - - -
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.5
- pkgrel = 3
+ pkgrel = 4
url = https://torsion.org/borgmatic
arch = any
license = GPL-3.0-or-later
@@ -15,7 +15,6 @@ pkgbase = borgmatic
makedepends = python-wheel
depends = borg
depends = python
- depends = python-colorama
depends = python-jsonschema
depends = python-packaging
depends = python-requests
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
pkgname=borgmatic
pkgver=1.9.5
-pkgrel=3
+pkgrel=4
pkgdesc='Simple, configuration-driven backup software for servers and
workstations'
arch=(any)
url=https://torsion.org/borgmatic
@@ -16,7 +16,6 @@ license=(GPL-3.0-or-later)
depends=(
borg
python
- python-colorama
python-jsonschema
python-packaging
python-requests
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/ae2be4f2b4aa4f28eefd51c1d52d509cea206041
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/ae2be4f2b4aa4f28eefd51c1d52d509cea206041
You're receiving this email because of your account on gitlab.archlinux.org.