summaryrefslogtreecommitdiffstats
path: root/libsoup
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-20 23:09:33 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-20 23:09:33 +0000
commitcabdb770cc3099c388bf3c57ba9349f61ecf06d2 (patch)
tree15395b1a9b383d3d7836fe84b3e31ec2d9dea9cf /libsoup
parentba5c11a8433649a40d58e99c98dca84c84367444 (diff)
downloadasb-cabdb770cc3099c388bf3c57ba9349f61ecf06d2.tar.gz
asb-cabdb770cc3099c388bf3c57ba9349f61ecf06d2.tar.xz
Downgraded again to 2.27.5 because the newer versions require glib2 >= 2.21..3 which Slackware 13.0 does not have
Diffstat (limited to 'libsoup')
-rwxr-xr-xlibsoup/build/libsoup.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/libsoup/build/libsoup.SlackBuild b/libsoup/build/libsoup.SlackBuild
index b28074c7..be30dbfe 100755
--- a/libsoup/build/libsoup.SlackBuild
+++ b/libsoup/build/libsoup.SlackBuild
@@ -32,8 +32,9 @@
# Changelog:
# 2.27.2-1: 23/Jun/2009 by Eric Hameleers <alien@slackware.com>
# * Initial build.
-# 2.27.92-1: 20/sep/2009 by Eric Hameleers <alien@slackware.com>
-# * Update.
+# 2.27.5-1: 20/sep/2009 by Eric Hameleers <alien@slackware.com>
+# * Update (newer versions do not build on Slackware 13.0 because
+# those require glib2 >= 2.21.3).
#
# Run 'sh libsoup.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +45,7 @@
# Set initial variables:
PRGNAM=libsoup
-VERSION=${VERSION:-2.27.92}
+VERSION=${VERSION:-2.27.5}
ARCH=${ARCH:-x86_64}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}