Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / bup
Commits:
5af3912d by Antonio Rojas at 2026-01-28T22:18:40+01:00
upgpkg: 0.33.10-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bup
pkgdesc = Efficient backup system based on the git packfile format
- pkgver = 0.33.9
- pkgrel = 2
+ pkgver = 0.33.10
+ pkgrel = 1
url = https://bup.github.io/
arch = x86_64
license = GPL-2.0-only
@@ -16,7 +16,7 @@ pkgbase = bup
depends = readline
depends = sh
optdepends = python-tornado: for bup web
- source = git+https://github.com/bup/bup#tag=0.33.9
- sha256sums =
33b2fcca8f995f07bb840d8ac43f03eaa6670f2e2b88e4d70b6b62beea8a8630
+ source = git+https://github.com/bup/bup#tag=0.33.10
+ sha256sums =
1b9ebc08ae4f8fb080b2d162d51d2a9b956793e519cd725fcc7e9acd50671ef3
pkgname = bup
=====================================
PKGBUILD
=====================================
@@ -10,8 +10,8 @@
# Contributor: SanskritFritz (gmail)
pkgname=bup
-pkgver=0.33.9
-pkgrel=2
+pkgver=0.33.10
+pkgrel=1
pkgdesc='Efficient backup system based on the git packfile format'
arch=(x86_64)
url='https://bup.github.io/'
@@ -28,7 +28,7 @@ optdepends=('python-tornado: for bup web')
makedepends=(git
pandoc)
source=(git+https://github.com/bup/bup#tag=$pkgver)
-sha256sums=('33b2fcca8f995f07bb840d8ac43f03eaa6670f2e2b88e4d70b6b62beea8a8630')
+sha256sums=('1b9ebc08ae4f8fb080b2d162d51d2a9b956793e519cd725fcc7e9acd50671ef3')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bup/-/commit/5af3912dfc942112aa85d431033e53933e5733c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bup/-/commit/5af3912dfc942112aa85d431033e53933e5733c0
You're receiving this email because of your account on gitlab.archlinux.org.