summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2020-06-11 12:02:05 +0200
committerAndré Klitzing2020-06-11 12:02:05 +0200
commit185c673fdf9def107ef40bdaf3c469203cbb6f1e (patch)
tree889417ac44c24b6295224c847a3cc9d49cb11ba3
parentb53d06760a3e19a72549d9cfad4d66a5efcfe886 (diff)
downloadaur-185c673fdf9def107ef40bdaf3c469203cbb6f1e.tar.gz
Upgrade to 5.4.1 and use Arch's mercurial again
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9bc202d49ac..566c5f515a09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.4
+ pkgver = 5.4.1
pkgrel = 1
url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
depends = python
- depends = mercurial-python3>=5.3
- depends = mercurial-python3<5.5
+ depends = mercurial>=5.4
+ depends = mercurial<5.5
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-5.4-68b8b70539b4.tar.gz::https://bitbucket.org/tortoisehg/thg/get/68b8b70539b4.tar.gz
- sha256sums = 1ebf22bb71434c39dcd4781dd6a200dcf03ce973680dc44f838edcce459abf4b
+ source = tortoisehg-5.4.1-290ae7c8fa05.tar.gz::https://bitbucket.org/tortoisehg/thg/get/290ae7c8fa05.tar.gz
+ sha256sums = 7fcf7ceb06efe577bd0d32a27a4e7eceb8adacb327081ce4e21eb4efbfe60001
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index c54b47779c30..eb969e8fb578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.4
+pkgver=5.4.1
pkgrel=1
-_pkgchangeset=68b8b70539b4
+_pkgchangeset=290ae7c8fa05
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python' 'mercurial-python3>=5.3' 'mercurial-python3<5.5' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=5.4' 'mercurial<5.5' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
builddepends=(python)
arch=('any')
optdepends=('python-pygments: syntax highlighting'
@@ -42,4 +42,4 @@ package() {
rm -rf "${pkgdir}/usr/lib/python3.8/site-packages/hgext3rd/__pycache__/"
}
-sha256sums=('1ebf22bb71434c39dcd4781dd6a200dcf03ce973680dc44f838edcce459abf4b')
+sha256sums=('7fcf7ceb06efe577bd0d32a27a4e7eceb8adacb327081ce4e21eb4efbfe60001')