summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de384936bd73..2b1009167ae5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Feb 8 19:59:00 UTC 2016
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 7.0.4
+ pkgver = 7.1.0
pkgrel = 1
url = http://www.syntevo.com/smartgit
install = smartgit.install
@@ -13,9 +15,9 @@ pkgbase = smartgit
depends = gtk2
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-generic-7_0_4.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-7_1_0.tar.gz
source = smartgit.desktop
- md5sums = 3fd5821f7426c95830c44a5a96362f69
+ md5sums = 047243c92c44f80b79e4444f4f141156
md5sums = c372fb0864ce6010c92f75910acbe8d0
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index 7629093da24e..cd4aae8d9739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Alexey Stukalov <astukalov@gmail.com>
pkgname=smartgit
-pkgver=7.0.4
+pkgver=7.1.0
pkgrel=1
pkgdesc="Git client with Hg and SVN support."
arch=("any")
@@ -14,10 +14,10 @@ replaces=(smartgithg)
_pkgver=${pkgver//\./_}
# folder within tar.gz archive
_pkgfolder=${pkgname}
-source=(https://www.syntevo.com/downloads/${pkgname}/${pkgname}-generic-${_pkgver}.tar.gz
+source=(https://www.syntevo.com/downloads/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz
smartgit.desktop)
install="smartgit.install"
-md5sums=('3fd5821f7426c95830c44a5a96362f69'
+md5sums=('047243c92c44f80b79e4444f4f141156'
'c372fb0864ce6010c92f75910acbe8d0')
package() {