summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8809d3af8af..51427d101f74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 17:15:01 UTC 2017
+# Sun Aug 13 17:36:01 UTC 2017
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 4.2.1
+ pkgver = 4.3.1
pkgrel = 1
url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
depends = python2
- depends = mercurial>=4.1
+ depends = mercurial>=4.2
depends = python2-pyqt4>=4.10
depends = python2-qscintilla
depends = python2-iniparse
optdepends = python2-pygments: syntax highlighting
optdepends = python2-nautilus: Python binding for Nautilus components
- source = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-4.2.1.tar.gz
- sha256sums = e821b9c4fc2c8ab8a1d743c56b6f002c4994d737120b388d38b4891dcd57ecca
+ source = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-4.3.1.tar.gz
+ sha256sums = 5698db60320574769c73e4f910909e75a8e32ba84adcea902f9457899bbcb753
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 599778749dca..2756849d9429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
# Contributor: Christopher Krooß <c.krooss@gmail.com>
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
-
pkgname=tortoisehg
-pkgver=4.2.1
+pkgver=4.3.1
pkgrel=1
#_pkgchangeset=169d552db075
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python2' 'mercurial>=4.1' 'python2-pyqt4>=4.10' 'python2-qscintilla' 'python2-iniparse')
+depends=('python2' 'mercurial>=4.2' 'python2-pyqt4>=4.10' 'python2-qscintilla' 'python2-iniparse')
builddepends=(python2)
arch=('any')
optdepends=('python2-pygments: syntax highlighting'
@@ -42,4 +41,4 @@ package() {
rm "${pkgdir}/usr/lib/python2.7/site-packages/hgext3rd/__init__.pyc"
}
-sha256sums=('e821b9c4fc2c8ab8a1d743c56b6f002c4994d737120b388d38b4891dcd57ecca')
+sha256sums=('5698db60320574769c73e4f910909e75a8e32ba84adcea902f9457899bbcb753')