Date: Tuesday, February 4, 2020 @ 12:49:30 Author: alucryd Revision: 374578
upgpkg: breezy 3.0.2.3-2 Modified: breezy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-04 12:34:20 UTC (rev 374577) +++ PKGBUILD 2020-02-04 12:49:30 UTC (rev 374578) @@ -3,7 +3,7 @@ pkgname=breezy pkgver=3.0.2.3 -pkgrel=1 +pkgrel=2 pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats' arch=(x86_64) url=https://www.breezy-vcs.org/ @@ -19,6 +19,9 @@ git python-setuptools ) +provides=(bzr) +conflicts=(bzr) +replaces=(bzr) source=(git+https://github.com/breezy-team/breezy.git#tag=aa1875e6a279e8c3eb9f86e143193d4967358207) sha256sums=(SKIP) @@ -38,6 +41,7 @@ cd breezy python setup.py install --root="${pkgdir}" --install-data=usr/share --optimize=1 --skip-build + ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility } # vim: ts=2 sw=2 et:
