From 06e40936d3bca52019b7a10df340f56aede7300a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Thu, 25 Jun 2020 11:06:40 +0300 Subject: [PATCH] breezy: Update to 3.1.0.4 --- breezy/0002-add-msys2-certs-location.patch | 8 ++++---- breezy/PKGBUILD | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/breezy/0002-add-msys2-certs-location.patch b/breezy/0002-add-msys2-certs-location.patch index e66772ca..afbf2131 100644 --- a/breezy/0002-add-msys2-certs-location.patch +++ b/breezy/0002-add-msys2-certs-location.patch @@ -1,7 +1,7 @@ -diff -aurN 0001/breezy/transport/http/_urllib2_wrappers.py 0002/breezy/transport/http/_urllib2_wrappers.py ---- 0001/breezy/transport/http/_urllib2_wrappers.py 2016-04-15 17:08:16.998146000 -0300 -+++ 0002/breezy/transport/http/_urllib2_wrappers.py 2016-04-15 17:12:58.067000000 -0300 -@@ -88,6 +88,7 @@ +diff -aurN 0001/breezy/transport/http/__init__.py 0002/breezy/transport/http/__init__.py +--- 0001/breezy/transport/http/__init__.py 2016-04-15 17:08:16.998146000 -0300 ++++ 0002/breezy/transport/http/__init__.py 2016-04-15 17:12:58.067000000 -0300 +@@ -104,6 +104,7 @@ # Note for packagers: if there is no package providing certs for your platform, # the curl project produces http://curl.haxx.se/ca/cacert.pem weekly. _ssl_ca_certs_known_locations = [ diff --git a/breezy/PKGBUILD b/breezy/PKGBUILD index ca0b478a..c83a26dc 100644 --- a/breezy/PKGBUILD +++ b/breezy/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Christoph Reiter pkgname=breezy -_verbase=3.0.2 -_verminor=-5 +_verbase=3.1.0 +_verminor=-4 pkgver=${_verbase}${_verminor//-/.} pkgrel=1 pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats' @@ -15,15 +15,15 @@ depends=('python-configobj' 'python-dulwich' 'python-patiencediff' 'python-six') -makedepends=('python3-setuptools' 'libcrypt-devel') +makedepends=('python-setuptools' 'libcrypt-devel') provides=(bzr) conflicts=(bzr) replaces=(bzr) source=(#"https://pypi.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz" ${pkgname}-${pkgver}.tar.gz::https://github.com/breezy-team/breezy/archive/${_verbase}${_verminor}.tar.gz '0002-add-msys2-certs-location.patch') -sha256sums=('ae9fa0ff78e81898eaa5b29744171d2ba232b223aedd88406324643a316fee10' - '18be0daab57a10b03643f18a6b148efb2a7129088686590221fd6683d6717c18') +sha256sums=('3f4fca2fdd1cc09916da70c091f6da31447592073b925e1c5d14c1d5951bf771' + '8f3a1c151c9ceb8b2ace12dc1c80bd123810e2e77a2c784385d5ad039f0bd3bb') prepare(){ cd "${srcdir}/${pkgname}-${_verbase}${_verminor}"