summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2019-09-12 10:29:08 +0200
committerAndré Klitzing2019-09-12 10:29:08 +0200
commitb27c7baac42b7aa2053752cac329594ebf23ebd7 (patch)
tree7c36a273e477bea60bf32908812d5d4e0f74aca5
parent0c6258ed0a3a2db826631b1892aa47c9c6fc47c0 (diff)
downloadaur-b27c7baac42b7aa2053752cac329594ebf23ebd7.tar.gz
Upgrade to 5.1 tag
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a0794e507f9..13b78e8f9105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.0.2
- pkgrel = 1
+ pkgver = 5.1.0
+ pkgrel = 0
url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
depends = python2
- depends = mercurial>=4.9
- depends = mercurial<5.1
+ depends = mercurial>=5.0
+ depends = mercurial<5.2
depends = python2-qscintilla-qt5
depends = python2-iniparse
depends = qt5-svg
optdepends = python2-pygments: syntax highlighting
optdepends = python2-nautilus: Python binding for Nautilus components
- source = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-5.0.2.tar.gz
- sha256sums = 5fa325a50d5f0602bb239974f22a02bd865d7b3e5ceccb05544ca9ea49e76aba
+ source = tortoisehg-5.1.0-89b2d1787506.tar.gz::https://bitbucket.org/tortoisehg/thg/get/89b2d1787506.tar.gz
+ sha256sums = 8a59ecf7cadd93ce320e842e9a6c77ad1065e02040262bde0c953028fbb69178
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 54ce0a7de047..739c5e804efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.0.2
-pkgrel=1
-#_pkgchangeset=a97baef3d7ce
+pkgver=5.1.0
+pkgrel=0
+_pkgchangeset=89b2d1787506
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python2' 'mercurial>=4.9' 'mercurial<5.1' 'python2-qscintilla-qt5' 'python2-iniparse' 'qt5-svg')
+depends=('python2' 'mercurial>=5.0' 'mercurial<5.2' 'python2-qscintilla-qt5' 'python2-iniparse' 'qt5-svg')
builddepends=(python2)
arch=('any')
optdepends=('python2-pygments: syntax highlighting'
@@ -41,4 +41,4 @@ package() {
rm -f "${pkgdir}/usr/lib/python2.7/site-packages/hgext3rd/__init__.pyc"
}
-sha256sums=('5fa325a50d5f0602bb239974f22a02bd865d7b3e5ceccb05544ca9ea49e76aba')
+sha256sums=('8a59ecf7cadd93ce320e842e9a6c77ad1065e02040262bde0c953028fbb69178')