summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0770aebd032e..973de92e7d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Feb 22 08:58:45 UTC 2017
+# Fri Mar 17 17:58:45 UTC 2017
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 4.1
+ pkgver = 4.1.1
pkgrel = 1
- url = http://tortoisehg.bitbucket.org/
+ url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
depends = python2
@@ -14,8 +14,8 @@ pkgbase = tortoisehg
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.1.tar.gz
- sha256sums = 0aea9d73b07fbc74d26a5e8bddc1d2e0edb8d628a679af966b99ae384677f770
+ source = http://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-4.1.1.tar.gz
+ sha256sums = 4f483b091d8a67e7dd3a044893a5a6a9e59b6d3a26a9ea679131920ecb2dde91
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 4b5facf60c51..4c6a621ac9dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
# AUR Category: devel
pkgname=tortoisehg
-pkgver=4.1
+pkgver=4.1.1
pkgrel=1
pkgdesc="Graphical tools for Mercurial"
-url="http://tortoisehg.bitbucket.org/"
+url="https://tortoisehg.bitbucket.io"
license=("GPL")
depends=('python2' 'mercurial>=4.0' 'python2-pyqt4>=4.10' 'python2-qscintilla' 'python2-iniparse')
builddepends=(python2)
@@ -30,4 +30,4 @@ package() {
rm "${pkgdir}/usr/lib/python2.7/site-packages/hgext3rd/__init__.pyc"
}
-sha256sums=('0aea9d73b07fbc74d26a5e8bddc1d2e0edb8d628a679af966b99ae384677f770')
+sha256sums=('4f483b091d8a67e7dd3a044893a5a6a9e59b6d3a26a9ea679131920ecb2dde91')