hg-git: update to 0.8.6
Modified "short_desc=" to be less than 72 chars.
This commit is contained in:
parent
15b1dfb344
commit
01663f2573
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'hg-git'
|
# Template file for 'hg-git'
|
||||||
pkgname=hg-git
|
pkgname=hg-git
|
||||||
version=0.8.5
|
version=0.8.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="durin42-hg-git-53d514c9c7e6"
|
wrksrc="durin42-hg-git-1bd9d9a0201c"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="python python-dulwich"
|
makedepends="python python-dulwich"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
pycompile_module="hggit"
|
pycompile_module="hggit"
|
||||||
short_desc="Hg-Git plugin for Mercurial, adding the ability to push and pull to/from Git"
|
short_desc="Hg-Git Mercurial plugin adding the ability to push and pull to/from Git"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://bitbucket.org/durin42/hg-git/"
|
homepage="https://bitbucket.org/durin42/hg-git"
|
||||||
distfiles="https://bitbucket.org/durin42/hg-git/get/${version}.tar.bz2"
|
distfiles="${homepage}/get/${version}.tar.bz2"
|
||||||
checksum=60bf47386fc0c9eef809344ff2be98eaa5add822f70dd25670470d06673fe2c4
|
checksum=daa8ae7af3503d546388159ab5d3f6723f29d2185236a180b00bea6e2d9d5be7
|
||||||
|
|
Loading…
Reference in a new issue