summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2020-09-13 21:35:42 +0200
committerAndré Klitzing2020-09-13 21:35:42 +0200
commit468cda2ced0f4499dd7921bb5b11d0ef4c214a12 (patch)
tree998b3ea2c36b5af0e31d88c3f0df3dfe9085a61d
parent70cbf2b2583243bc424bb4b1476c053fea94206a (diff)
downloadaur-468cda2ced0f4499dd7921bb5b11d0ef4c214a12.tar.gz
Upgrade to 5.5.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 474029096b11..3744b437fda4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.5
+ pkgver = 5.5.1
pkgrel = 1
url = https://foss.heptapod.net/mercurial/tortoisehg/thg
arch = any
license = GPL
+ makedepends = python
depends = python
depends = mercurial>=5.4
depends = mercurial<5.6
@@ -14,8 +15,8 @@ pkgbase = tortoisehg
depends = python-pyqt5
optdepends = python-pygments: syntax highlighting
optdepends = python-nautilus: Python binding for Nautilus components
- source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-5.5.tar.gz
- sha256sums = 3effefb73121b921cee4936aa4ef136412407b129ecf46802b3adf863c3fcf40
+ source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-5.5.1.tar.gz
+ sha256sums = 929fe6a98072b6ec6e10b3ba3d58400fdc063786fc6943e28b7b6728fc778a36
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index fe782dd84828..e67405ecfd1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.5
+pkgver=5.5.1
pkgrel=1
#_pkgchangeset=1605d6fba195f02c0c689fe4aff5d7160aa2b15d
pkgdesc="Graphical tools for Mercurial"
url="https://foss.heptapod.net/mercurial/tortoisehg/thg"
license=("GPL")
depends=('python' 'mercurial>=5.4' 'mercurial<5.6' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
-builddepends=(python)
+makedepends=(python)
arch=('any')
optdepends=('python-pygments: syntax highlighting'
'python-nautilus: Python binding for Nautilus components')
@@ -42,4 +42,4 @@ package() {
rm -rf "${pkgdir}/usr/lib/python3.8/site-packages/hgext3rd/__pycache__/"
}
-sha256sums=('3effefb73121b921cee4936aa4ef136412407b129ecf46802b3adf863c3fcf40')
+sha256sums=('929fe6a98072b6ec6e10b3ba3d58400fdc063786fc6943e28b7b6728fc778a36')