summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc1e39fda7dc..98b3bf9a2dfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 3 13:26:43 UTC 2018
+# Tue Feb 6 10:33:50 UTC 2018
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
pkgver = 17.1.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.syntevo.com/smartgit
arch = any
license = custom
@@ -14,7 +14,7 @@ pkgbase = smartgit
depends = gtk2
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-17_1_4.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-17_1_4.tar.gz
source = smartgit.desktop
sha1sums = 8b8538769b7f49d8bc924a771b7ccf6aabaf0c11
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
diff --git a/PKGBUILD b/PKGBUILD
index 3666c46d1796..b259fa765c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Alexey Stukalov <astukalov@gmail.com>
pkgname=smartgit
pkgver=17.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Git client with Hg and SVN support."
arch=("any")
url="http://www.syntevo.com/smartgit"
@@ -14,7 +14,7 @@ replaces=(smartgithg)
_pkgver=${pkgver//\./_}
# folder within tar.gz archive
_pkgfolder=${pkgname}
-source=(https://www.syntevo.com/static/smart/download/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz
+source=(https://www.syntevo.com/downloads/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz
smartgit.desktop)
sha1sums=('8b8538769b7f49d8bc924a771b7ccf6aabaf0c11'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')