summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2020-02-18 11:40:55 +0100
committerAndré Klitzing2020-02-18 11:40:55 +0100
commit4647f47d4c3ef8cd8217e5d8c387972dba353e24 (patch)
treec86fe415c3b864775690264f276c7398d965a3bf
parent57d35874019c060ff7eab17eb83ca94ba7a67157 (diff)
downloadaur-4647f47d4c3ef8cd8217e5d8c387972dba353e24.tar.gz
Use mercurial-python3 until mercurial package is python3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d56971b9cdd2..9a4051243927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.2.0
- pkgrel = 2
+ pkgver = 5.3.0
+ pkgrel = 0
url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
depends = python
- depends = mercurial>=5.3
- depends = mercurial<5.4
+ depends = mercurial-python3>=5.3
+ depends = mercurial-python3<5.4
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.2.0-cd0a887ad5b1.tar.gz::https://bitbucket.org/tortoisehg/thg/get/cd0a887ad5b1.tar.gz
- sha256sums = 7da8c36f2455a4257eab8107ea1e50c1f90091874744b6bc523d5f2a9072cc3d
+ source = tortoisehg-5.3.0-1067191796e8.tar.gz::https://bitbucket.org/tortoisehg/thg/get/1067191796e8.tar.gz
+ sha256sums = cc503d91decf7d6a90343214e4a2fc75da164f0e6cf1a2a8c9572f822e2551b9
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 9b441d018ade..b6ce64fff6ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.2.0
-pkgrel=2
-_pkgchangeset=cd0a887ad5b1
+pkgver=5.3.0
+pkgrel=0
+_pkgchangeset=1067191796e8
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python' 'mercurial>=5.3' 'mercurial<5.4' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial-python3>=5.3' 'mercurial-python3<5.4' '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=('7da8c36f2455a4257eab8107ea1e50c1f90091874744b6bc523d5f2a9072cc3d')
+sha256sums=('cc503d91decf7d6a90343214e4a2fc75da164f0e6cf1a2a8c9572f822e2551b9')