summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2020-08-10 08:52:53 +0200
committerAndré Klitzing2020-08-10 08:52:53 +0200
commit70cbf2b2583243bc424bb4b1476c053fea94206a (patch)
treebb8d8f8a92f9b4b25a4d1e508a5fa016d67644f0
parent2ed03cf89c4d1666ec03d7534ddbf9f9eda2f7ba (diff)
downloadaur-70cbf2b2583243bc424bb4b1476c053fea94206a.tar.gz
Use release 5.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7200f5608627..474029096b11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
- pkgver = 5.5.0
- pkgrel = 0
+ pkgver = 5.5
+ pkgrel = 1
url = https://foss.heptapod.net/mercurial/tortoisehg/thg
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 = tortoisehg-5.5.0-1605d6fba195f02c0c689fe4aff5d7160aa2b15d.tar.gz::https://foss.heptapod.net/mercurial/tortoisehg/thg/-/archive/1605d6fba195f02c0c689fe4aff5d7160aa2b15d.tar.gz
- sha256sums = 57e14399efd9a00fb3d7f3c1b38472abd4cad6b6e0fb59cff7eb462c071cca84
+ source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-5.5.tar.gz
+ sha256sums = 3effefb73121b921cee4936aa4ef136412407b129ecf46802b3adf863c3fcf40
pkgname = tortoisehg
diff --git a/PKGBUILD b/PKGBUILD
index 2ef6156f8da0..fe782dd84828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Maintainer: Andre Klitzing <aklitzing () gmail () com>
# AUR Category: devel
pkgname=tortoisehg
-pkgver=5.5.0
-pkgrel=0
-_pkgchangeset=1605d6fba195f02c0c689fe4aff5d7160aa2b15d
+pkgver=5.5
+pkgrel=1
+#_pkgchangeset=1605d6fba195f02c0c689fe4aff5d7160aa2b15d
pkgdesc="Graphical tools for Mercurial"
url="https://foss.heptapod.net/mercurial/tortoisehg/thg"
license=("GPL")
@@ -42,4 +42,4 @@ package() {
rm -rf "${pkgdir}/usr/lib/python3.8/site-packages/hgext3rd/__pycache__/"
}
-sha256sums=('57e14399efd9a00fb3d7f3c1b38472abd4cad6b6e0fb59cff7eb462c071cca84')
+sha256sums=('3effefb73121b921cee4936aa4ef136412407b129ecf46802b3adf863c3fcf40')