summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2020-07-15 10:27:51 +0200
committerAndré Klitzing2020-07-15 10:27:51 +0200
commit107a5faad419decfbab646f2706cf7555b4b08d3 (patch)
tree2097dc023127e6f026d157351e6753e4e379e93e
parent095f1e339db3ab9d9fefb0be328d9d553eb02c7b (diff)
downloadaur-107a5faad419decfbab646f2706cf7555b4b08d3.tar.gz
Upgrade to 5.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a6badb219f..72103e59711a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.4.1
- pkgrel = 2
+ pkgver = 5.4.2
+ pkgrel = 1
url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
@@ -14,8 +14,8 @@ pkgbase = tortoisehg
depends = python-pyqt5
optdepends = python-pygments: syntax highlighting
optdepends = python-nautilus: Python binding for Nautilus components
- source = https://foss.heptapod.net/mercurial/tortoisehg/thg/-/archive/5.4.1/thg-5.4.1.tar.gz
- sha256sums = 831396eeab66609fcec325247c6729f4a7d6bbb57f3b3ab94d43d8bc147c0628
+ source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-5.4.2.tar.gz
+ sha256sums = 581ebb2e76d82695d4fc17ba5168dcf557219845c4ff3c7cb9838cb99497a27c
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 74c08a63cd98..81f808b152a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.4.1
-pkgrel=2
+pkgver=5.4.2
+pkgrel=1
#_pkgchangeset=ce30de2c9cb48a703c8d15c5cc11bc75988404fe
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
@@ -18,7 +18,7 @@ optdepends=('python-pygments: syntax highlighting'
if [ -z ${_pkgchangeset+x} ];
then
- source=("https://foss.heptapod.net/mercurial/tortoisehg/thg/-/archive/$pkgver/thg-$pkgver.tar.gz")
+ source=("https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-$pkgver.tar.gz")
else
source=("$pkgname-$pkgver-${_pkgchangeset}.tar.gz::https://foss.heptapod.net/mercurial/tortoisehg/thg/-/archive/${_pkgchangeset}.tar.gz")
fi
@@ -26,7 +26,7 @@ fi
package() {
if [ -z ${_pkgchangeset+x} ];
then
- cd "${srcdir}/thg-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
else
cd "${srcdir}/thg-${_pkgchangeset}"
fi
@@ -42,4 +42,4 @@ package() {
rm -rf "${pkgdir}/usr/lib/python3.8/site-packages/hgext3rd/__pycache__/"
}
-sha256sums=('831396eeab66609fcec325247c6729f4a7d6bbb57f3b3ab94d43d8bc147c0628')
+sha256sums=('581ebb2e76d82695d4fc17ba5168dcf557219845c4ff3c7cb9838cb99497a27c')