diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-06-12 22:06:25 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-12 22:06:25 -0500 |
commit | 2296385c3f2b3dd6eadd95aca049bd5273b768cd (patch) | |
tree | a6295f16e5f077db41a3fc38930297df5cc0aa47 /libraries/GConf/GConf.SlackBuild | |
parent | 236bad471362492614685dfa846f4629566a68ad (diff) |
libraries/GConf: Updated for version 2.28.1.
New maintainer Robby Workman.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/GConf/GConf.SlackBuild')
-rw-r--r-- | libraries/GConf/GConf.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/GConf/GConf.SlackBuild b/libraries/GConf/GConf.SlackBuild index 72a73768ac09..25422bfa69ef 100644 --- a/libraries/GConf/GConf.SlackBuild +++ b/libraries/GConf/GConf.SlackBuild @@ -24,16 +24,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=GConf -VERSION=2.26.0 +VERSION=2.28.1 BUILD=${BUILD:-1} 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 |