summaryrefslogtreecommitdiffstats
path: root/deps/sip
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-12-22 00:33:08 +0100
committer Eric Hameleers <alien@slackware.com>2017-12-22 00:33:08 +0100
commit727a55eec1c1fe9be9094b1098a622e7a1f91f26 (patch)
tree18ad1a4f0b9e6654b2a5d1ee7899106abb1f3c49 /deps/sip
parentefc2d632e715498adf632904e2425a5d89e1e44f (diff)
downloadktown-727a55eec1c1fe9be9094b1098a622e7a1f91f26.tar.gz
ktown-727a55eec1c1fe9be9094b1098a622e7a1f91f26.tar.xz
deps: updates and recompilations
Diffstat (limited to 'deps/sip')
-rw-r--r--deps/sip/.url2
-rwxr-xr-xdeps/sip/sip.SlackBuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/deps/sip/.url b/deps/sip/.url
index 445277d..1e93d0f 100644
--- a/deps/sip/.url
+++ b/deps/sip/.url
@@ -1,2 +1,2 @@
-https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.3/sip-4.19.3.tar.gz
+https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.6/sip-4.19.6.tar.gz
diff --git a/deps/sip/sip.SlackBuild b/deps/sip/sip.SlackBuild
index f34860c..dee07cb 100755
--- a/deps/sip/sip.SlackBuild
+++ b/deps/sip/sip.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2008 Aleksandar Samardzic <asamardzic@gmail.com>
-# Copyright 2008, 2009, 2010, 2011 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2017 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
PKGNAM=sip
-VERSION=${VERSION:-4.19.3}
+VERSION=${VERSION:-4.19.6}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -34,7 +34,7 @@ NUMJOBS=${NUMJOBS:--j7}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$(uname -m)" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) readelf /usr/bin/file -A | egrep -q "Tag_CPU.*[4,5]" && ARCH=arm || ARCH=armv7hl ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$(uname -m) ;;