[arch-commits] Commit in breezy/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Dec 6 09:42:45 UTC 2021
Date: Monday, December 6, 2021 @ 09:42:44
Author: alucryd
Revision: 430723
breezy 3.2.1-1: python 3.10 rebuild
Modified:
breezy/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-06 09:22:47 UTC (rev 430722)
+++ PKGBUILD 2021-12-06 09:42:44 UTC (rev 430723)
@@ -2,8 +2,8 @@
# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
pkgname=breezy
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+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/
@@ -32,10 +32,15 @@
provides=(bzr)
conflicts=(bzr)
replaces=(bzr)
-_tag=c22f9e6520459ca6e85aa55aaea3edb9da8ecd79
+_tag=ebbce920e284a8cb13aba796f5592470ddd132ab
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'
@@ -46,11 +51,6 @@
python setup.py build
}
-check() {
- cd breezy
- ./brz selftest
-}
-
package() {
cd breezy
python setup.py install --root="${pkgdir}" --install-data=usr/share --optimize=1 --skip-build
More information about the arch-commits
mailing list