summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be4053b8738..8f72b7f7719e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
- pkgdesc = Git/Hg GUI client written in Java.
- pkgver = 6.5.9
+ pkgdesc = Git client with Hg and SVN support.
+ pkgver = 7.0.0
pkgrel = 1
url = http://www.syntevo.com/smartgit
install = smartgit.install
@@ -13,9 +13,9 @@ pkgbase = smartgit
depends = gtk2
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-generic-6_5_9.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-generic-7_0_0.tar.gz
source = smartgit.desktop
- md5sums = a54a45a4124028be6b77c5a573adf5fc
+ md5sums = 5decaf47b4e2782021e3d1950d444a99
md5sums = c372fb0864ce6010c92f75910acbe8d0
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index e1474bde4874..049f5d5b93ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: Alexey Stukalov <astukalov@gmail.com>
pkgname=smartgit
-pkgver=6.5.9
+pkgver=7.0.0
pkgrel=1
-pkgdesc="Git/Hg GUI client written in Java."
+pkgdesc="Git client with Hg and SVN support."
arch=("any")
url="http://www.syntevo.com/smartgit"
license=('custom')
@@ -17,7 +17,7 @@ _pkgfolder=${pkgname}
source=(https://www.syntevo.com/downloads/${pkgname}/${pkgname}-generic-${_pkgver}.tar.gz
smartgit.desktop)
install="smartgit.install"
-md5sums=('a54a45a4124028be6b77c5a573adf5fc'
+md5sums=('5decaf47b4e2782021e3d1950d444a99'
'c372fb0864ce6010c92f75910acbe8d0')
package() {