summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-02-06 14:40:10 -0500
committerchrisjbillington2020-02-06 14:40:10 -0500
commitcd9c69f0830eb92f0f994314e220ea20565f48c2 (patch)
tree20065ad8f68f72afffe0782cdec8dc35e7ff61d4
parent072019bbdcc47ca4fb69cb352e5615d76c578617 (diff)
downloadaur-cd9c69f0830eb92f0f994314e220ea20565f48c2.tar.gz
5.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c8fdfb994a..207f2fb39cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = mercurial-python3
pkgdesc = A scalable distributed SCM tool - built with Python 3
- pkgver = 5.2.2
- pkgrel = 2
+ pkgver = 5.3
+ pkgrel = 0
url = https://www.mercurial-scm.org/
arch = x86_64
license = GPL
depends = python
optdepends = tk: for the hgk GUI
- provides = mercurial=5.2.2
+ provides = mercurial=5.3
conflicts = mercurial
backup = etc/mercurial/hgrc
- source = https://www.mercurial-scm.org/release/mercurial-5.2.2.tar.gz
+ source = https://www.mercurial-scm.org/release/mercurial-5.3.tar.gz
source = mercurial.profile
- sha256sums = ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b
+ sha256sums = e57ff61d6b67695149dd451922b40aa455ab02e01711806a131a1e95c544f9b9
sha256sums = 87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5
pkgname = mercurial-python3
diff --git a/PKGBUILD b/PKGBUILD
index b733a2773081..2d6642047b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Chris Billington <chrisjbillington@gmail.com>
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mercurial-python3
_pkgname=mercurial
-pkgver=5.2.2
-pkgrel=2
+pkgver=5.3
+pkgrel=0
pkgdesc='A scalable distributed SCM tool - built with Python 3'
arch=(x86_64)
url="https://www.mercurial-scm.org/"
@@ -18,7 +18,7 @@ optdepends=('tk: for the hgk GUI')
backup=(etc/mercurial/hgrc)
source=(https://www.mercurial-scm.org/release/${_pkgname}-${pkgver}.tar.gz
mercurial.profile)
-sha256sums=('ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b'
+sha256sums=('e57ff61d6b67695149dd451922b40aa455ab02e01711806a131a1e95c544f9b9'
'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
build() {