diff --git a/.SRCINFO b/.SRCINFO index a2be9975536e..afe7a80e1879 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = hg-evolve pkgdesc = Flexible evolution of Mercurial history pkgver = 8.3.3 - pkgrel = 1 + pkgrel = 2 url = https://www.mercurial-scm.org/doc/evolution/ arch = any license = GPL2 - depends = mercurial<4.9 + depends = mercurial<4.10 source = https://files.pythonhosted.org/packages/source/h/hg-evolve/hg-evolve-8.3.3.tar.gz sha512sums = bdd301c44156a38e6f4a216d4813acc9a85de3358172b42ed74107117811c40333d1676f1380667ca060815d5004e81629588691d969b31f75a8a93e16745973 diff --git a/PKGBUILD b/PKGBUILD index 83040b7d65d5..317bc1853893 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,11 +2,11 @@ pkgname=hg-evolve pkgver=8.3.3 -pkgrel=1 +pkgrel=2 pkgdesc='Flexible evolution of Mercurial history' arch=('any') license=('GPL2') -depends=('mercurial<4.9') +depends=('mercurial<4.10') #groups=('hgext') url='https://www.mercurial-scm.org/doc/evolution/' source=("https://files.pythonhosted.org/packages/source/h/hg-evolve/hg-evolve-${pkgver}.tar.gz")