libraries/python-efl: Updated for version 1.20.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erik Falor 2017-12-23 06:31:39 +07:00 committed by Willy Sudiarto Raharjo
parent 2c3c1cd4ad
commit b2717f63b5
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
# <http://www.gnu.org/licenses/>.
PRGNAM=python-efl
VERSION=${VERSION:-1.19.0}
VERSION=${VERSION:-1.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -58,7 +58,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="python-efl"
VERSION="1.19.0"
VERSION="1.20.0"
HOMEPAGE="https://www.enlightenment.org/"
DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.19.0.tar.gz"
MD5SUM="bef03c86ee5e590d8ef94dc760cef1fe"
DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.20.0.tar.xz"
MD5SUM="32564b72597aad8683a0d8d8f06749cc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="efl"