summaryrefslogtreecommitdiffstats
path: root/libraries/e_dbus
diff options
context:
space:
mode:
author Aleksandar Samardzic2010-11-06 03:27:15 +0100
committer Heinz Wiesinger2010-11-22 19:43:17 +0100
commita49587b924cd6a33d72689dd58069239905af555 (patch)
tree7989c697329a3cb2fde486b49f5aeff4a9f2c550 /libraries/e_dbus
parent4cfc7209da1ced48c248a5565696f2de07fc752c (diff)
downloadslackbuilds-a49587b924cd6a33d72689dd58069239905af555.tar.gz
libraries/e_dbus: Updated for version 1.0.0.beta.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/e_dbus')
-rw-r--r--libraries/e_dbus/e_dbus.SlackBuild4
-rw-r--r--libraries/e_dbus/e_dbus.info6
2 files changed, 4 insertions, 6 deletions
diff --git a/libraries/e_dbus/e_dbus.SlackBuild b/libraries/e_dbus/e_dbus.SlackBuild
index fb2c39505c..68e1ad4892 100644
--- a/libraries/e_dbus/e_dbus.SlackBuild
+++ b/libraries/e_dbus/e_dbus.SlackBuild
@@ -5,16 +5,14 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=e_dbus
-VERSION=${VERSION:-0.5.0.49898}
+VERSION=${VERSION:-1.0.0.beta}
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
diff --git a/libraries/e_dbus/e_dbus.info b/libraries/e_dbus/e_dbus.info
index 33d11fee13..7885c9758e 100644
--- a/libraries/e_dbus/e_dbus.info
+++ b/libraries/e_dbus/e_dbus.info
@@ -1,8 +1,8 @@
PRGNAM="e_dbus"
-VERSION="0.5.0.49898"
+VERSION="1.0.0.beta"
HOMEPAGE="http://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/snapshots/2010-06-27/e_dbus-0.5.0.49898.tar.bz2"
-MD5SUM="b94d01cc67028d9b6709dc37b222c436"
+DOWNLOAD="http://download.enlightenment.org/releases/e_dbus-1.0.0.beta.tar.bz2"
+MD5SUM="b5e3a0d5793289f3b2886d74bfb2a95a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Aleksandar Samardzic"