mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:47:20 +08:00
Update bzr to 2.6.0.
This commit is contained in:
parent
6aff0bbd5e
commit
b3d140308f
10
bzr/PKGBUILD
10
bzr/PKGBUILD
@ -6,17 +6,17 @@
|
||||
# Contributer: Joshua L. Blocher <verbalshadow@gmail.com>
|
||||
|
||||
pkgname=bzr
|
||||
pkgver=2.5.1
|
||||
pkgver=2.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="Bazaar is a version control system that helps you track project history over time and to collaborate easily with others."
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://bazaar.canonical.com/en/"
|
||||
license=('GPL')
|
||||
depends=('python2')
|
||||
optdepends=('python-paramiko: for sftp support')
|
||||
source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
||||
md5sums=('ac5079858364a046071000d5cdccb67b'
|
||||
'c83dd08dd2c3e27edbab873500d7d6eb')
|
||||
md5sums=('28c86653d0df10d202c6b842deb0ea35'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
@ -33,5 +33,3 @@ package() {
|
||||
# bash-completion
|
||||
install -D -m644 contrib/bash/bzr "${pkgdir}/etc/bash_completion.d/bzr"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
Loading…
Reference in New Issue
Block a user