summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2021-05-11 21:26:16 +0200
committerAndré Klitzing2021-05-11 21:26:16 +0200
commit7a3ab4912965b6bd8fd36f53c683deb1272e4597 (patch)
tree103972ae8e8115831d26c77bcdd6a81de313c6f9
parentd2caa3295b372c66459072faeed2f9bb58ac99dd (diff)
downloadaur-7a3ab4912965b6bd8fd36f53c683deb1272e4597.tar.gz
Upgrade to 5.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da9f348e85d1..245b6baaa6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.7.1
+ pkgver = 5.8
pkgrel = 1
url = https://foss.heptapod.net/mercurial/tortoisehg/thg
arch = any
license = GPL
depends = python
- depends = mercurial>=5.6
- depends = mercurial<5.8
+ depends = mercurial>=5.7
+ depends = mercurial<5.9
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.7.1.tar.gz
- sha256sums = e3a1a1e22802371f40027931cba85c25b872749a1cf3a604f611d133d16f9f46
+ source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-5.8.tar.gz
+ sha256sums = a3eaaccbb045a9186b9f7f02e2c4dd8b8f1948ff74e97c3a2f04cc96fd3c9894
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index c0cdf75f8cb0..08312560c56a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.7.1
+pkgver=5.8
pkgrel=1
#_pkgchangeset=1605d6fba195f02c0c689fe4aff5d7160aa2b15d
pkgdesc="Graphical tools for Mercurial"
url="https://foss.heptapod.net/mercurial/tortoisehg/thg"
license=("GPL")
-depends=('python' 'mercurial>=5.6' 'mercurial<5.8' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=5.7' 'mercurial<5.9' '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=('e3a1a1e22802371f40027931cba85c25b872749a1cf3a604f611d133d16f9f46')
+sha256sums=('a3eaaccbb045a9186b9f7f02e2c4dd8b8f1948ff74e97c3a2f04cc96fd3c9894')