From ede8ce81ea264ba9fc0271cbb6b25961290b80ee Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 31 Oct 2020 16:32:36 +0100 Subject: 20201031.1 global branch merge. Signed-off-by: Matteo Bernardini --- python/thunarx-python/thunarx-python.SlackBuild | 8 ++++---- python/thunarx-python/thunarx-python.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'python/thunarx-python') diff --git a/python/thunarx-python/thunarx-python.SlackBuild b/python/thunarx-python/thunarx-python.SlackBuild index 272da0fe51..f7480fab1d 100644 --- a/python/thunarx-python/thunarx-python.SlackBuild +++ b/python/thunarx-python/thunarx-python.SlackBuild @@ -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" diff --git a/python/thunarx-python/thunarx-python.info b/python/thunarx-python/thunarx-python.info index 27c9958622..89a20e0bc3 100644 --- a/python/thunarx-python/thunarx-python.info +++ b/python/thunarx-python/thunarx-python.info @@ -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="" -- cgit v1.2.3