mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/bzr: Updated for version 2.3.0
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
cff6941378
commit
3482ea222f
2 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue