python/thunarx-python: Updated for version 0.5.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-06-06 14:45:09 +02:00 committed by Robby Workman
parent 7ff70d5e0a
commit d65f94687d
2 changed files with 7 additions and 7 deletions

View file

@ -25,13 +25,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=thunarx-python
VERSION=${VERSION:-0.3.0}
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="thunarx-python"
VERSION="0.3.0"
VERSION="0.5.1"
HOMEPAGE="https://goodies.xfce.org/projects/bindings/thunarx-python/"
DOWNLOAD="https://archive.xfce.org/src/bindings/thunarx-python/0.3/thunarx-python-0.3.0.tar.bz2"
MD5SUM="86a28c4c34cae534f2793133b4755794"
DOWNLOAD="https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.1.tar.bz2"
MD5SUM="4f0ace4937e2727a7b2bdf622d87cb8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""