summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-01-31 13:41:40 -0500
committerchrisjbillington2020-01-31 13:41:40 -0500
commit826086e6587dca889e0bf24c918c189172e2fd63 (patch)
tree13a065880a9f54eb63a1265679251a4a7fc1d61a
parent8eeced4645498f430ec2673458a5df4c38aee604 (diff)
downloadaur-826086e6587dca889e0bf24c918c189172e2fd63.tar.gz
hg 5.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 306f90bfe26d..827c148beed8 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.1
+ pkgver = 5.2.2
pkgrel = 1
url = https://www.mercurial-scm.org/
arch = x86_64
license = GPL
depends = python
optdepends = tk: for the hgk GUI
- provides = mercurial=5.2.1
+ provides = mercurial=5.2.2
conflicts = mercurial
backup = etc/mercurial/hgrc
- source = https://www.mercurial-scm.org/release/mercurial-5.2.1.tar.gz
+ source = https://www.mercurial-scm.org/release/mercurial-5.2.2.tar.gz
source = mercurial.profile
- sha256sums = 18b1550abf9872a6905eb67527bc73e13f2a448830cca9be883528b0ce68b3df
+ sha256sums = ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b
sha256sums = 87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5
pkgname = mercurial-python3
diff --git a/PKGBUILD b/PKGBUILD
index 4e09d8d0fcf2..577aae294101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=mercurial-python3
_pkgname=mercurial
-pkgver=5.2.1
-pkgrel=1
+pkgver=5.2.2
+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=('18b1550abf9872a6905eb67527bc73e13f2a448830cca9be883528b0ce68b3df'
+sha256sums=('ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b'
'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
build() {