summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2021-12-12 10:51:44 +0100
committerAndré Klitzing2021-12-12 10:51:44 +0100
commitc4b68f7cdf9157c6b24a9e0384da356e491923b6 (patch)
tree7aa4dc5fb50957a6c2114d4590d15a7b3e372abf
parent5ddf9c64737cd792acbf8f12514ad7ca04675617 (diff)
downloadaur-c4b68f7cdf9157c6b24a9e0384da356e491923b6.tar.gz
Upgrade to 6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7495f0f8757..8a787c41de2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.9.3
+ pkgver = 6.0
pkgrel = 1
url = https://foss.heptapod.net/mercurial/tortoisehg/thg
arch = any
license = GPL
depends = python
- depends = mercurial>=5.8
- depends = mercurial<5.10
+ depends = mercurial>=5.9
+ depends = mercurial<6.1
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-5.9.3.tar.gz
- sha256sums = 013e142c3a0aa035264779cd51034f9c31e580a53f6fff708e9bbf921db37fd6
+ source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-6.0.tar.gz
+ sha256sums = db9b90da5945ffec2a746a6e9ff9f396f01fdbce8e2119a5654212674b331fa6
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 9cc731a4c0e1..154c9a2dbd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.9.3
+pkgver=6.0
pkgrel=1
#_pkgchangeset=1605d6fba195f02c0c689fe4aff5d7160aa2b15d
pkgdesc="Graphical tools for Mercurial"
url="https://foss.heptapod.net/mercurial/tortoisehg/thg"
license=("GPL")
-depends=('python' 'mercurial>=5.8' 'mercurial<5.10' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=5.9' 'mercurial<6.1' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
arch=('any')
optdepends=('python-pygments: syntax highlighting'
'python-nautilus: Python binding for Nautilus components')
@@ -41,4 +41,4 @@ package() {
rm -rf "${pkgdir}/usr/lib/python3.9/site-packages/hgext3rd/__pycache__/"
}
-sha256sums=('013e142c3a0aa035264779cd51034f9c31e580a53f6fff708e9bbf921db37fd6')
+sha256sums=('db9b90da5945ffec2a746a6e9ff9f396f01fdbce8e2119a5654212674b331fa6')