mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/aldryn-client: Updated for version 2.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b35ae044d2
commit
ce6e9ab017
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for aldryn-client
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=aldryn-client
|
||||
VERSION=${VERSION:-0.9.6}
|
||||
VERSION=${VERSION:-2.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE.txt PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="aldryn-client"
|
||||
VERSION="0.9.6"
|
||||
VERSION="2.0.4"
|
||||
HOMEPAGE="http://www.aldryn.com/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/aldryn-client/aldryn-client-0.9.6.tar.gz"
|
||||
MD5SUM="4fee21a549e74345cceeb3c8fe9a4c45"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/aldryn-client/aldryn-client-2.0.4.tar.gz"
|
||||
MD5SUM="4eeed744eeb5c12efa19da12b240cf73"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="GitPython python-requests docopt PyYAML"
|
||||
REQUIRES="python-requests click python-tabulate"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue