diff --git a/.SRCINFO b/.SRCINFO index c008edeb8e07..d029b0a512fe 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = hg-evolve pkgdesc = Flexible evolution of Mercurial history pkgver = 9.0.0 - pkgrel = 1 + pkgrel = 2 url = https://www.mercurial-scm.org/doc/evolution/ arch = any license = GPL2 - depends = mercurial<5.1 + depends = mercurial source = https://files.pythonhosted.org/packages/source/h/hg-evolve/hg-evolve-9.0.0.tar.gz sha512sums = 4ce1fe0fbe58b9d260079ef588a74ef16d101b5080c8d72a80bfd7caa698ee7b0a1a9b2642ab20f0c8b7ba2d1a723c00aa3417b0a223fdf55f50bf7bfb940a2e diff --git a/PKGBUILD b/PKGBUILD index 6e8610c15ac9..0e3d506c6f23 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,11 +2,11 @@ pkgname=hg-evolve pkgver=9.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Flexible evolution of Mercurial history' arch=('any') license=('GPL2') -depends=('mercurial<5.1') +depends=('mercurial') #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")