summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharpe2022-07-01 07:16:43 -0700
committerJeff Sharpe2022-07-01 07:16:43 -0700
commite9d9c90628a67d1f682ff91959b528a99ddaa6c6 (patch)
tree7159812dc4dd2f890e05c51ffe08c4446ea4e747
parent1f9d302802f4f3187ac3bc5522db9f4d06d2b37b (diff)
downloadaur-e9d9c90628a67d1f682ff91959b528a99ddaa6c6.tar.gz
Upgrading to 3.0.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5e17e5ed718..01b474dfa19b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = barman
pkgdesc = Backup and recovery manager for PostgreSQL
- pkgver = 2.19
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = http://www.pgbarman.org
arch = x86_64
license = GPL3
makedepends = python-distribute
+ makedepends = python-sphinx
+ makedepends = python-mock
+ makedepends = python-pytest
depends = rsync
depends = python
depends = python-argh
@@ -16,13 +19,13 @@ pkgbase = barman
optdepends = python-botocore
provides = barman
options = !emptydirs
- source = https://github.com/EnterpriseDB/barman/releases/download/release/2.19/barman-2.19.tar.gz
+ source = https://github.com/EnterpriseDB/barman/releases/download/release/3.0.0/barman-3.0.0.tar.gz
source = barman.crond
source = barman.logrotate
source = passive-server.conf-template
source = ssh-server.conf-template
source = streaming-server.conf-template
- md5sums = 77c0feeb33a208102371eb181f61b04e
+ md5sums = 060a2853c385e9965c4e257df0c8655b
md5sums = 0e48345895f88b3939543c00928a199b
md5sums = 58c5b20b8e1272ab4ce46757f6613e0d
md5sums = b43254374978938f7d21035a3356b531
diff --git a/PKGBUILD b/PKGBUILD
index a0d3f30ccd6f..4c5988758b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=barman
_realname=barman
-pkgver=2.19
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
pkgdesc="Backup and recovery manager for PostgreSQL"
arch=('x86_64')
url="http://www.pgbarman.org"
@@ -25,7 +25,7 @@ source=(
streaming-server.conf-template
)
-md5sums=('77c0feeb33a208102371eb181f61b04e'
+md5sums=('060a2853c385e9965c4e257df0c8655b'
'0e48345895f88b3939543c00928a199b'
'58c5b20b8e1272ab4ce46757f6613e0d'
'b43254374978938f7d21035a3356b531'