summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ade6509043c3..7a3653500954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 18 17:45:30 UTC 2017
+# Sat Dec 9 20:56:28 UTC 2017
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 17.1.2
- pkgrel = 2
+ pkgver = 17.1.3
+ pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
license = custom
@@ -14,9 +14,9 @@ pkgbase = smartgit
depends = gtk2
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-17_1_2.tar.gz
+ source = https://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-17_1_3.tar.gz
source = smartgit.desktop
- sha1sums = a13258ad2d4ca7bb6c2424c3609a6a7a852d6d26
+ sha1sums = db646cf47a7f8bca0dabb0cd5f635a2053b21fd7
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index ea259ef615ea..581818209ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Alexey Stukalov <astukalov@gmail.com>
pkgname=smartgit
-pkgver=17.1.2
-pkgrel=2
+pkgver=17.1.3
+pkgrel=1
pkgdesc="Git client with Hg and SVN support."
arch=("any")
url="http://www.syntevo.com/smartgit"
@@ -16,7 +16,7 @@ _pkgver=${pkgver//\./_}
_pkgfolder=${pkgname}
source=(https://www.syntevo.com/static/smart/download/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz
smartgit.desktop)
-sha1sums=('a13258ad2d4ca7bb6c2424c3609a6a7a852d6d26'
+sha1sums=('db646cf47a7f8bca0dabb0cd5f635a2053b21fd7'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {