summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8787ede9140b..ceefabb3199a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 4.7.2
+ pkgver = 4.8
pkgrel = 1
url = https://tortoisehg.bitbucket.io
arch = any
@@ -13,8 +13,8 @@ pkgbase = tortoisehg
depends = qt5-svg
optdepends = python2-pygments: syntax highlighting
optdepends = python2-nautilus: Python binding for Nautilus components
- source = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-4.7.2.tar.gz
- sha256sums = 4fd94b37938eb82a0c1f5541b3d9e403ef27691207feba7dfdd23e8006285878
+ source = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-4.8.tar.gz
+ sha256sums = f079051a60e0f20794efe71761879f19adde629ec7fda268c6005f229625e7fe
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 02fee3be1f00..015e33f4a9d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=4.7.2
+pkgver=4.8
pkgrel=1
#_pkgchangeset=8cd204ac208a
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python2' 'mercurial>=4.6' 'mercurial<4.8' 'python2-qscintilla-qt5' 'python2-iniparse' 'qt5-svg')
+depends=('python2' 'mercurial>=4.7' 'mercurial<4.9' '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=('4fd94b37938eb82a0c1f5541b3d9e403ef27691207feba7dfdd23e8006285878')
+sha256sums=('f079051a60e0f20794efe71761879f19adde629ec7fda268c6005f229625e7fe')