summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwine/build/wine.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index b1312131..ee43d006 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -27,7 +27,8 @@
# For: wine
# Descr: Wine Is Not an Emulator
# URL: http://winehq.com/
-# Needs: fontforge (builds better fonts when compiling wine)
+# Needs: OpenAL
+# fontforge (builds better fonts when compiling wine)
# Changelog:
# 0.9.23-1: 24/Oct/2006 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -89,6 +90,7 @@
# 1.3.37-1 18/jan/2012 by Eric Hameleers <alien@slackware.com>
# 1.4-1 25/mar/2012 by Eric Hameleers <alien@slackware.com>
# 1.5.4-1 19/may/2012 by Eric Hameleers <alien@slackware.com>
+# 1.5.5-1 28/may/2012 by Eric Hameleers <alien@slackware.com>
#
# Run 'sh wine.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -98,7 +100,7 @@
PRGNAM=wine
-SRCVER=${SRCVER:-"1.5.4"}
+SRCVER=${SRCVER:-"1.5.5"}
VERSION=$(echo $SRCVER | tr '-' '.')
BUILD=${BUILD:-1}
TAG=${TAG:-alien}