Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
breezy
Commits:
1a714551 by Maxime Gauduin at 2024-04-15T22:47:17+02:00
upgpkg: 3.3.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = breezy
pkgdesc = A decentralized revision control system with support for
Bazaar and Git file formats
- pkgver = 3.3.5
- pkgrel = 2
+ pkgver = 3.3.7
+ pkgrel = 1
url = https://www.breezy-vcs.org/
arch = x86_64
license = GPL2
@@ -29,7 +29,7 @@ pkgbase = breezy
provides = bzr
conflicts = bzr
replaces = bzr
- source =
git+https://github.com/breezy-team/breezy.git#tag=abe1c92f161581e2c8386bcee0e35457250eca0b
+ source =
git+https://github.com/breezy-team/breezy.git#tag=88d1ea57b5e2946f96a772572cb0364105d6b6a4
sha256sums = SKIP
pkgname = breezy
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Adam Fontenot <[email protected]>
pkgname=breezy
-pkgver=3.3.5
-pkgrel=2
+pkgver=3.3.7
+pkgrel=1
pkgdesc='A decentralized revision control system with support for Bazaar and
Git file formats'
arch=(x86_64)
url=https://www.breezy-vcs.org/
@@ -38,7 +38,7 @@ optdepends=(
provides=(bzr)
conflicts=(bzr)
replaces=(bzr)
-_tag=abe1c92f161581e2c8386bcee0e35457250eca0b
+_tag=88d1ea57b5e2946f96a772572cb0364105d6b6a4
source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
sha256sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/breezy/-/commit/1a7145512bb748ebbed215c413ea966796be9f92
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/breezy/-/commit/1a7145512bb748ebbed215c413ea966796be9f92
You're receiving this email because of your account on gitlab.archlinux.org.