summaryrefslogtreecommitdiffstats
path: root/libsoup
diff options
context:
space:
mode:
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 "}