Date: Monday, October 10, 2022 @ 08:21:08 Author: alucryd Revision: 457508
upgpkg: breezy 3.3.0-1 Modified: breezy/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 08:09:14 UTC (rev 457507) +++ PKGBUILD 2022-10-10 08:21:08 UTC (rev 457508) @@ -2,8 +2,8 @@ # Contributor: Adam Fontenot <[email protected]> pkgname=breezy -pkgver=3.2.2 -pkgrel=2 +pkgver=3.3.0 +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/ @@ -11,8 +11,10 @@ depends=( python-configobj python-fastbencode + python-merge3 python-patiencediff python-six + python-yaml ) makedepends=( cython @@ -20,10 +22,11 @@ python-dulwich python-fastimport python-gpgme + python-packaging python-paramiko python-setuptools + python-setuptools-rust ) -checkdepends=(python-testrepository) optdepends=( 'python-dulwich: Git support' 'python-fastimport: Fastimport support' @@ -33,15 +36,10 @@ provides=(bzr) conflicts=(bzr) replaces=(bzr) -_tag=7ebf59679d4234f40404b6a565f172a77bef1aea +_tag=938e90fe87ab8f5b644f27bca6350260840ef3cf source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag}) sha256sums=(SKIP) -prepare() { - cd breezy - sed 's/_script_version = (3, 2, 0)/_script_version = (3, 2, 1)/' -i brz -} - pkgver() { cd breezy git describe --tags | sed 's/brz-//; s/-/./g'
