summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2022-07-17 20:57:09 +0200
committerAndré Klitzing2022-07-17 20:57:09 +0200
commitb4ffbd0ce492ff4694a7d7dcc667474ad4aab3f2 (patch)
tree8e045d9a423a53f33d3fc99fe4efb86b3e008bc7
parentddd8bda0f21e7c2cbf708154787e706c17f94189 (diff)
downloadaur-b4ffbd0ce492ff4694a7d7dcc667474ad4aab3f2.tar.gz
Upgrade to 6.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 296ebc1f8c27..c929a497acba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 6.1.3
+ pkgver = 6.2
pkgrel = 1
url = https://foss.heptapod.net/mercurial/tortoisehg/thg
arch = any
license = GPL
depends = python
- depends = mercurial>=5.9
- depends = mercurial<6.2
+ depends = mercurial>=6.0
+ depends = mercurial<6.3
depends = python-qscintilla-qt5
depends = python-iniparse
depends = qt5-svg
depends = python-pyqt5
optdepends = python-pygments: syntax highlighting
optdepends = python-nautilus: Python binding for Nautilus components
- source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-6.1.3.tar.gz
- sha256sums = 348ff3e879fc840bf05d7c7421e7fd845dd766f00d6cd0116fc5b0777046f4c8
+ source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-6.2.tar.gz
+ sha256sums = acbed457dfca56a02e9fa37ea90bdc030783cee656812a67a8fd1bdd35752937
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 1f825ed16cde..2b3e485f8651 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=6.1.3
+pkgver=6.2
pkgrel=1
#_pkgchangeset=1605d6fba195f02c0c689fe4aff5d7160aa2b15d
pkgdesc="Graphical tools for Mercurial"
url="https://foss.heptapod.net/mercurial/tortoisehg/thg"
license=("GPL")
-depends=('python' 'mercurial>=5.9' 'mercurial<6.2' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=6.0' 'mercurial<6.3' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
arch=('any')
optdepends=('python-pygments: syntax highlighting'
'python-nautilus: Python binding for Nautilus components')
@@ -42,4 +42,4 @@ package() {
rm -rf python*/site-packages/hgext3rd/__pycache__/
}
-sha256sums=('348ff3e879fc840bf05d7c7421e7fd845dd766f00d6cd0116fc5b0777046f4c8')
+sha256sums=('acbed457dfca56a02e9fa37ea90bdc030783cee656812a67a8fd1bdd35752937')