development/bzr: Updated for version 2.3.0

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-02 09:38:50 -03:00 committed by Niels Horn
parent cff6941378
commit 3482ea222f
2 changed files with 5 additions and 8 deletions

View file

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bzr
VERSION=2.2.2
BUILD=${BUILD:-2}
VERSION=2.3.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -73,9 +73,6 @@ find . \
make docs 2>/dev/null || true
python setup.py install --root=$PKG
# We don't need the apport junk
rm -rf $PKG/usr/share $PKG/etc
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="bzr"
VERSION="2.2.2"
VERSION="2.3.0"
HOMEPAGE="http://bazaar-vcs.org/"
DOWNLOAD="http://launchpad.net/bzr/2.2/2.2.2/+download/bzr-2.2.2.tar.gz"
MD5SUM="d1bfa2fd1aad282c423c78d62ebacb21"
DOWNLOAD="http://launchpad.net/bzr/2.3/2.3.0/+download/bzr-2.3.0.tar.gz"
MD5SUM="2d8bc55d43209189a209361178d9d372"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"