summaryrefslogtreecommitdiffstats
path: root/pipelight
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-01-20 13:34:07 +0000
committer Eric Hameleers <alien@slackware.com>2014-01-20 13:34:07 +0000
commit7dddd144b57c9ada28359d43592dc5bd5fb31ac4 (patch)
tree4c29b1e1825e6b2f135e317d0e0db844c1613893 /pipelight
parent2d8f1cded282ffba8a900ae66c78947b1c316936 (diff)
downloadasb-7dddd144b57c9ada28359d43592dc5bd5fb31ac4.tar.gz
asb-7dddd144b57c9ada28359d43592dc5bd5fb31ac4.tar.xz
Patch the pipelight-plugin script to patch install-dependency when it is manually updated.
Diffstat (limited to 'pipelight')
-rwxr-xr-xpipelight/build/pipelight.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/pipelight/build/pipelight.SlackBuild b/pipelight/build/pipelight.SlackBuild
index b3a7592e..5a157ed2 100755
--- a/pipelight/build/pipelight.SlackBuild
+++ b/pipelight/build/pipelight.SlackBuild
@@ -41,9 +41,9 @@
# * Update, together with wine-pipelight 1.7.8.
# 0.2.4-1: 19/jan/2014 by Eric Hameleers <alien@slackware.com>
# * Update, together with wine-pipelight 1.7.11.
-# 0.2.4-2: 20/jan/2014 by Eric Hameleers <alien@slackware.com>
+# 0.2.4.2-1: 20/jan/2014 by Eric Hameleers <alien@slackware.com>
# * After a manual update, patch the install-dependency script
-# for Slackware's version of mktemp.
+# to use Slackware's version of mktemp.
#
# Run 'sh pipelight.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -52,9 +52,9 @@
# -----------------------------------------------------------------------------
PRGNAM=pipelight
-VERSION=${VERSION:-0.2.4}
+VERSION=${VERSION:-0.2.4.2}
TRUNKVERSION=$(echo $VERSION | cut -f1,2 -d'.')
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}