* update mercurial to 6.8-1

This commit is contained in:
Alexander Baldeck 2024-08-18 09:15:43 +02:00
parent 39113ed0de
commit c9683ae0ad
3 changed files with 33 additions and 2 deletions

27
mercurial/.SRCINFO Normal file
View File

@ -0,0 +1,27 @@
pkgbase = mercurial
pkgdesc = A scalable distributed SCM tool
pkgver = 6.8
pkgrel = 1
url = https://www.mercurial-scm.org/
arch = x86_64
license = GPL
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-docutils
depends = python
optdepends = tk: for the hgk GUI
backup = etc/mercurial/hgrc
source = https://www.mercurial-scm.org/release/mercurial-6.8.tar.gz
source = https://www.mercurial-scm.org/release/mercurial-6.8.tar.gz.asc
source = mercurial.profile
validpgpkeys = 2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
validpgpkeys = EB851395B4223EE2F7BA0B28DA54740BF08732BA
validpgpkeys = 818D87CD1AC180C394C86E633A33DE460D9EC39F
validpgpkeys = 1F66F8CDF654E905C11DA061A11E01CD0E05D956
sha512sums = e0eab77c4599f24e33210404b16d591952fbcb7c5e3b64805abc18167c67eaad3d9baa2226e885add5e36569a5148d6a11c5690d68167690570e6e5b243e50f0
sha512sums = SKIP
sha512sums = 710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555
pkgname = mercurial

View File

@ -0,0 +1,4 @@
[mercurial]
source = "regex"
url = "https://www.mercurial-scm.org/release"
regex = 'mercurial-([\d\.]+)\.tar\.gz\.asc'

View File

@ -5,7 +5,7 @@
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mercurial
pkgver=6.7.3
pkgver=6.8
pkgrel=1
pkgdesc='A scalable distributed SCM tool'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -31,7 +31,7 @@ validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès <alphare@raphaelgomes.dev>
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
mercurial.profile)
sha512sums=('40a8f085904d4974160a875ab30f3cec6ebee514ca11fbc821df258196e304c173393b1ed6f2724ddcfc775f8be89dda9a1297879d0e4b5804ddf958f79fe19c'
sha512sums=('e0eab77c4599f24e33210404b16d591952fbcb7c5e3b64805abc18167c67eaad3d9baa2226e885add5e36569a5148d6a11c5690d68167690570e6e5b243e50f0'
'SKIP'
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')