diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 10:47:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:51 +0000 |
commit | 24b79fc1588876839e4e23c108f8e7635446cb3c (patch) | |
tree | f4970d0185b368cccac97b17e30b1ab5c1b20190 /testing/barman | |
parent | a101aabf91315efc639089b99f3a938c742ad770 (diff) | |
download | aports-24b79fc1588876839e4e23c108f8e7635446cb3c.tar.bz2 aports-24b79fc1588876839e4e23c108f8e7635446cb3c.tar.xz |
testing/barman: rebuild against python 3.7
Diffstat (limited to 'testing/barman')
-rw-r--r-- | testing/barman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/barman/APKBUILD b/testing/barman/APKBUILD index 0ac9eceed3..e4a98ad77d 100644 --- a/testing/barman/APKBUILD +++ b/testing/barman/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=barman pkgver=2.7 -pkgrel=0 +pkgrel=1 pkgdesc="Backup and recovery manager for PostgreSQL" url="http://www.pgbarman.org" arch="noarch" |