[arch-commits] Commit in breezy/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 08:09:44 UTC 2021
Date: Thursday, May 6, 2021 @ 08:09:44
Author: alucryd
Revision: 414484
upgpkg: breezy 3.2.0-1
Modified:
breezy/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 08:04:16 UTC (rev 414483)
+++ PKGBUILD 2021-05-06 08:09:44 UTC (rev 414484)
@@ -2,7 +2,7 @@
# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
pkgname=breezy
-pkgver=3.1.0.8
+pkgver=3.2.0
pkgrel=1
pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats'
arch=(x86_64)
@@ -32,31 +32,27 @@
provides=(bzr)
conflicts=(bzr)
replaces=(bzr)
-_tag=d587425a7cf74f112ac62e60cbad519f7f05d417
+_tag=c22f9e6520459ca6e85aa55aaea3edb9da8ecd79
source=(git+https://github.com/breezy-team/breezy.git#tag=${_tag})
sha256sums=(SKIP)
pkgver() {
cd breezy
-
- git describe --tags | sed 's/-/./g'
+ git describe --tags | sed 's/brz-//; s/-/./g'
}
build() {
cd breezy
-
python setup.py build
}
-#check() {
-# cd breezy
-#
-# ./brz selftest
-#}
+check() {
+ cd breezy
+ ./brz selftest
+}
package() {
cd breezy
-
export PYTHONHASHSEED=0
python setup.py install --root="${pkgdir}" --install-data=usr/share --optimize=1 --skip-build
ln -s brz "${pkgdir}"/usr/bin/bzr # backwards compatibility
More information about the arch-commits
mailing list