summaryrefslogtreecommitdiff
path: root/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild
diff options
context:
space:
mode:
authorPierre Cazenave <pwcazenave at gmail {dot} com>2010-12-26 13:06:37 -0200
committerNiels Horn <niels.horn@slackbuilds.org>2010-12-26 13:06:37 -0200
commit859bd0f3c234d9d4533e47d1bc164427bfc52d11 (patch)
tree332d440c85a839368fb1a9e95c74f510800f8b46 /graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild
parent45f23d100c1058bb50bc814f4d4b4418ab6771bd (diff)
downloadslackbuilds-859bd0f3c234d9d4533e47d1bc164427bfc52d11.tar.gz
graphics/gimp-registry-plugins: Updated source MD5SUM.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild')
-rw-r--r--graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild b/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild
index bd5eaba6ad..1e544defc4 100644
--- a/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild
+++ b/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild
@@ -27,15 +27,13 @@
PRGNAM=gimp-registry-plugins
VERSION=0.0.2
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi