system/barman: Updated for version 1.3.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2014-08-19 16:15:15 +03:00 committed by Willy Sudiarto Raharjo
parent 84b81fccdf
commit 9f684f2bbe
2 changed files with 5 additions and 6 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=barman
VERSION=${VERSION:-1.3.2}
VERSION=${VERSION:-1.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,8 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog LICENSE INSTALL NEWS README PKG-INFO \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog LICENSE NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="barman"
VERSION="1.3.2"
VERSION="1.3.3"
HOMEPAGE="http://www.pgbarman.org/"
DOWNLOAD="https://pypi.python.org/packages/source/b/barman/barman-1.3.2.tar.gz"
MD5SUM="fe6b8c9796797dccd439345c11893bed"
DOWNLOAD="http://sourceforge.net/projects/pgbarman/files/1.3.3/barman-1.3.3.tar.gz"
MD5SUM="49f5857a3bae3fa603f124ea50b1e11e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="psycopg2 argh python-dateutil argcomplete"