summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2020-08-06 09:21:23 +0200
committerAndré Klitzing2020-08-06 09:21:23 +0200
commit2ed03cf89c4d1666ec03d7534ddbf9f9eda2f7ba (patch)
treeb319722ffa1b1011aba0a890995b0d5a30614048
parent107a5faad419decfbab646f2706cf7555b4b08d3 (diff)
downloadaur-2ed03cf89c4d1666ec03d7534ddbf9f9eda2f7ba.tar.gz
Upgrade to 5.5.0rc0+
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72103e59711a..7200f5608627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.4.2
- pkgrel = 1
- url = https://tortoisehg.bitbucket.io
+ pkgver = 5.5.0
+ pkgrel = 0
+ url = https://foss.heptapod.net/mercurial/tortoisehg/thg
arch = any
license = GPL
depends = python
depends = mercurial>=5.4
- depends = mercurial<5.5
+ depends = mercurial<5.6
depends = python-qscintilla-qt5
depends = python-iniparse
depends = qt5-svg
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.4.2.tar.gz
- sha256sums = 581ebb2e76d82695d4fc17ba5168dcf557219845c4ff3c7cb9838cb99497a27c
+ source = tortoisehg-5.5.0-1605d6fba195f02c0c689fe4aff5d7160aa2b15d.tar.gz::https://foss.heptapod.net/mercurial/tortoisehg/thg/-/archive/1605d6fba195f02c0c689fe4aff5d7160aa2b15d.tar.gz
+ sha256sums = 57e14399efd9a00fb3d7f3c1b38472abd4cad6b6e0fb59cff7eb462c071cca84
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 81f808b152a6..2ef6156f8da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.4.2
-pkgrel=1
-#_pkgchangeset=ce30de2c9cb48a703c8d15c5cc11bc75988404fe
+pkgver=5.5.0
+pkgrel=0
+_pkgchangeset=1605d6fba195f02c0c689fe4aff5d7160aa2b15d
pkgdesc="Graphical tools for Mercurial"
-url="https://tortoisehg.bitbucket.io"
+url="https://foss.heptapod.net/mercurial/tortoisehg/thg"
license=("GPL")
-depends=('python' 'mercurial>=5.4' 'mercurial<5.5' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=5.4' 'mercurial<5.6' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
builddepends=(python)
arch=('any')
optdepends=('python-pygments: syntax highlighting'
@@ -42,4 +42,4 @@ package() {
rm -rf "${pkgdir}/usr/lib/python3.8/site-packages/hgext3rd/__pycache__/"
}
-sha256sums=('581ebb2e76d82695d4fc17ba5168dcf557219845c4ff3c7cb9838cb99497a27c')
+sha256sums=('57e14399efd9a00fb3d7f3c1b38472abd4cad6b6e0fb59cff7eb462c071cca84')