summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2020-05-16 20:35:07 +0200
committerAndré Klitzing2020-05-16 20:35:07 +0200
commitb53d06760a3e19a72549d9cfad4d66a5efcfe886 (patch)
tree8faa0effe19c1612d22ca83485f7473075e994c5
parent904089f6cd0b593bce520768d63d685c729cf157 (diff)
downloadaur-b53d06760a3e19a72549d9cfad4d66a5efcfe886.tar.gz
Update to tagged changeset 5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e1c95a1457..d9bc202d49ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.3.2
+ pkgver = 5.4
pkgrel = 1
url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
depends = python
depends = mercurial-python3>=5.3
- depends = mercurial-python3<5.4
+ depends = mercurial-python3<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 = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-5.3.2.tar.gz
- sha256sums = ad67279fd774132212494a2debfa474b6bdd2fb320f7dbe090a4ad5520e3443d
+ source = tortoisehg-5.4-68b8b70539b4.tar.gz::https://bitbucket.org/tortoisehg/thg/get/68b8b70539b4.tar.gz
+ sha256sums = 1ebf22bb71434c39dcd4781dd6a200dcf03ce973680dc44f838edcce459abf4b
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index f7566f044b4f..c54b47779c30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.3.2
+pkgver=5.4
pkgrel=1
-#_pkgchangeset=1067191796e8
+_pkgchangeset=68b8b70539b4
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python' 'mercurial-python3>=5.3' 'mercurial-python3<5.4' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial-python3>=5.3' 'mercurial-python3<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=('ad67279fd774132212494a2debfa474b6bdd2fb320f7dbe090a4ad5520e3443d')
+sha256sums=('1ebf22bb71434c39dcd4781dd6a200dcf03ce973680dc44f838edcce459abf4b')