summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2022-03-07 15:27:08 +0100
committerAndré Klitzing2022-03-07 15:27:08 +0100
commit86e987591a84ccc57da6f0ae17cc19f8e5911a84 (patch)
tree560e062ed89cf264c1eade29b0f03e81197615cb
parent67c2ae0dc53d9b60908d5f23a3ca89d44aefd61b (diff)
downloadaur-86e987591a84ccc57da6f0ae17cc19f8e5911a84.tar.gz
Revert "Bump to 6.1rc0 from repository"
https://foss.heptapod.net/mercurial/tortoisehg/thg/-/issues/5772 This reverts commit 67c2ae0dc53d9b60908d5f23a3ca89d44aefd61b.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 220cd37daf55..9416c94fd0af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
pkgver = 6.0
- pkgrel = 6
+ pkgrel = 5
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.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 = tortoisehg-6.0-67c3820dd8339f11f5a6e8fbb96335ae2eb77ecc.tar.gz::https://foss.heptapod.net/mercurial/tortoisehg/thg/-/archive/67c3820dd8339f11f5a6e8fbb96335ae2eb77ecc.tar.gz
- sha256sums = 662b93d1b4c5564e550e600354554890e1f66902ce39c12a7d235b1abda036c3
+ 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 a0072b4e29b6..cfbf797ef5c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# AUR Category: devel
pkgname=tortoisehg
pkgver=6.0
-pkgrel=6
-_pkgchangeset=67c3820dd8339f11f5a6e8fbb96335ae2eb77ecc
+pkgrel=5
+#_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>=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')
@@ -42,4 +42,4 @@ package() {
rm -rf python*/site-packages/hgext3rd/__pycache__/
}
-sha256sums=('662b93d1b4c5564e550e600354554890e1f66902ce39c12a7d235b1abda036c3')
+sha256sums=('db9b90da5945ffec2a746a6e9ff9f396f01fdbce8e2119a5654212674b331fa6')