diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-12-06 21:04:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-07 23:19:25 +0700 |
commit | 489e23c836ecb57337f1e6bf66c4bbbbd48a5645 (patch) | |
tree | f6ed5318da9c3baff2daccf5f01217f64cca5e9e | |
parent | 979475e4db118e3a0ce53a50aa18f66232777dcf (diff) | |
download | slackbuilds-489e23c836ecb57337f1e6bf66c4bbbbd48a5645.tar.gz |
system/barman: Updated for version 2.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | system/barman/barman.SlackBuild | 4 | ||||
-rw-r--r-- | system/barman/barman.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index 4065ed2a39..6b3fde3f7a 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=barman -VERSION=${VERSION:-2.8} +VERSION=${VERSION:-2.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,7 @@ find -L . \ # fix man pages paths sed -i 's/share\/man/man/g' setup.py -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/system/barman/barman.info b/system/barman/barman.info index c2ad44a700..03588e0ab4 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,8 +1,8 @@ PRGNAM="barman" -VERSION="2.8" +VERSION="2.10" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/fc/5b/57ecc78a0ff38e849a1347516c76e69ffe7264aed48d06e4c0716a55c73b/barman-2.8.tar.gz" -MD5SUM="c0eab2058f10fdd9a3f6b2c038397bc8" +DOWNLOAD="https://files.pythonhosted.org/packages/cc/fb/dca92b36ca6c77da2e8d69382666069504ce6d9ec846bb81a0f81fc9f0ce/barman-2.10.tar.gz" +MD5SUM="6ae19fc6cd493b296f7b8514992440d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psycopg2 argh python-dateutil argcomplete" |