summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2020-02-07 10:11:25 +0100
committerAndré Klitzing2020-02-07 10:11:25 +0100
commit57d35874019c060ff7eab17eb83ca94ba7a67157 (patch)
tree6183cb92a7da6a30d13bb7a77d02a22b32646fc0
parent29900715fd2d9ecaa700f3926c48282a285460e1 (diff)
downloadaur-57d35874019c060ff7eab17eb83ca94ba7a67157.tar.gz
Use current stable head because of py3
Hopefully Arch uses python3 for Mercurial 5.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad314598a6ed..d56971b9cdd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
pkgver = 5.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
depends = python
- depends = mercurial>=5.2.2
- depends = mercurial<5.3
+ depends = mercurial>=5.3
+ depends = mercurial<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-10a1e3f75cba.tar.gz::https://bitbucket.org/tortoisehg/thg/get/10a1e3f75cba.tar.gz
- sha256sums = 6b5515b0e9f6b2327368c8209d5ddcf91d032ec1b39eceba0ef770c6cd732bad
+ source = tortoisehg-5.2.0-cd0a887ad5b1.tar.gz::https://bitbucket.org/tortoisehg/thg/get/cd0a887ad5b1.tar.gz
+ sha256sums = 7da8c36f2455a4257eab8107ea1e50c1f90091874744b6bc523d5f2a9072cc3d
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 7293fdb492cb..9b441d018ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# AUR Category: devel
pkgname=tortoisehg
pkgver=5.2.0
-pkgrel=1
-_pkgchangeset=10a1e3f75cba
+pkgrel=2
+_pkgchangeset=cd0a887ad5b1
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python' 'mercurial>=5.2.2' 'mercurial<5.3' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=5.3' 'mercurial<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=('6b5515b0e9f6b2327368c8209d5ddcf91d032ec1b39eceba0ef770c6cd732bad')
+sha256sums=('7da8c36f2455a4257eab8107ea1e50c1f90091874744b6bc523d5f2a9072cc3d')