summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2020-12-25 11:47:26 +0100
committerMuflone2020-12-25 11:47:26 +0100
commit51ed5af04a6e3dbd78611ee99d4897090988809c (patch)
treec21a94581e1234b8cde0d41f8315d18f7cf1b3dd
parent7e751674c8e7ecdef8f9be7b2099400267d3cb2b (diff)
downloadaur-51ed5af04a6e3dbd78611ee99d4897090988809c.tar.gz
Updated package smartgit 20.2.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c18ff800fde..9c48ea5c52fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 20.2.0
+ pkgver = 20.2.1
pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
@@ -10,9 +10,9 @@ pkgbase = smartgit
depends = gtk3
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-20_2_0.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-20_2_1.tar.gz
source = smartgit.desktop
- sha1sums = 104e7a648ed858c138e3c8b73728737bacce1890
+ sha1sums = e1b5daf82563381b4253743bbddee49c1d0f186c
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index 59783bc482e2..2a210328436e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=20.2.0
+pkgver=20.2.1
pkgrel=1
pkgdesc='Git client with Hg and SVN support.'
arch=('any')
@@ -18,7 +18,7 @@ _pkgver=${pkgver//\./_}
_pkgfolder=${pkgname}
source=("https://www.syntevo.com/downloads/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz"
"${pkgname}.desktop")
-sha1sums=('104e7a648ed858c138e3c8b73728737bacce1890'
+sha1sums=('e1b5daf82563381b4253743bbddee49c1d0f186c'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {