diff options
| author | Erik Falor <ewfalor@gmail.com> | 2022-07-20 08:01:04 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-23 11:13:12 +0700 |
| commit | d6555efd7e762aab90f87317b9785e1d6d05e7d6 (patch) | |
| tree | a2afdf66979a6d2c230c6897237610dba902dd67 /libraries/python-efl/python-efl.SlackBuild | |
| parent | e2d415a12daa111539fe55faec566019f489fb5c (diff) | |
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>
Diffstat (limited to 'libraries/python-efl/python-efl.SlackBuild')
| -rw-r--r-- | libraries/python-efl/python-efl.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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 |
