mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 14:57:14 +08:00
mercurial rebuild/update for python rebuild, needed for ff-qt and kamoso
This commit is contained in:
parent
b21ce351ac
commit
e54c4ce453
@ -3,22 +3,22 @@
|
||||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
pkgname=mercurial
|
||||
pkgver=1.5.3
|
||||
pkgver=1.7.3
|
||||
pkgrel=1
|
||||
pkgdesc="A scalable distributed SCM tool"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.selenic.com/mercurial"
|
||||
license=('GPL')
|
||||
depends=('python')
|
||||
depends=('python2')
|
||||
optdepends=('tk: for the hgk GUI')
|
||||
source=(http://www.selenic.com/mercurial/release/${pkgname}-${pkgver}.tar.gz
|
||||
mercurial.profile)
|
||||
md5sums=('0969b8109f1b5a9c4debf985cca938f9'
|
||||
md5sums=('1d635ad307fa20a5e9c6afba6145a73b'
|
||||
'43e1d36564d4c7fbe9a091d3ea370a44')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
python setup.py install --root="${pkgdir}/" --optimize=1 || return 1
|
||||
python2 setup.py install --root="${pkgdir}/" --optimize=1 || return 1
|
||||
|
||||
install -d ${pkgdir}/usr/share/man/{man1,man5}
|
||||
install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1" || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user