summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Falor2022-07-20 09:01:04 +0200
committer Willy Sudiarto Raharjo2022-07-23 06:13:12 +0200
commitd6555efd7e762aab90f87317b9785e1d6d05e7d6 (patch)
treea2afdf66979a6d2c230c6897237610dba902dd67
parente2d415a12daa111539fe55faec566019f489fb5c (diff)
downloadslackbuilds-d6555efd7e762aab90f87317b9785e1d6d05e7d6.tar.gz
libraries/python-efl: Updated for version 1.26.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/python-efl/python-efl.SlackBuild6
-rw-r--r--libraries/python-efl/python-efl.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/python-efl/python-efl.SlackBuild b/libraries/python-efl/python-efl.SlackBuild
index 562e266392..d4ca8b8d27 100644
--- a/libraries/python-efl/python-efl.SlackBuild
+++ b/libraries/python-efl/python-efl.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for python-efl
-# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | February 2022
+# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | July 2022
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-efl
-VERSION=${VERSION:-1.25.0}
+VERSION=${VERSION:-1.26.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,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 AUTHORS COPYING COPYING.LESSER ChangeLog INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING COPYING.LESSER ChangeLog PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/python-efl/python-efl.info b/libraries/python-efl/python-efl.info
index d428619ca2..5fbfa38d1e 100644
--- a/libraries/python-efl/python-efl.info
+++ b/libraries/python-efl/python-efl.info
@@ -1,8 +1,8 @@
PRGNAM="python-efl"
-VERSION="1.25.0"
+VERSION="1.26.0"
HOMEPAGE="https://www.enlightenment.org/"
-DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.25.0.tar.xz"
-MD5SUM="a9864cba31d7523d9e999676e62c2656"
+DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.26.0.tar.xz"
+MD5SUM="4831d2e723ac33633578d4845759c7cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="efl"