summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2023-01-02 23:59:48 +0100
committerMuflone2023-01-02 23:59:48 +0100
commit0e9d95746e2c29daf3466d093d34b763d5db87f9 (patch)
treee74afd71ba97df7a29ce0ef153c6dc4b65e12c23
parent1a64b4fb9c739a947424cd0233f64b924f3ed628 (diff)
downloadaur-0e9d95746e2c29daf3466d093d34b763d5db87f9.tar.gz
Updated package smartgit 22.1.2-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04656ccf2adf..df94e4bf9454 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 21.2.4
+ pkgver = 22.1.2
pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
@@ -8,11 +8,12 @@ pkgbase = smartgit
depends = desktop-file-utils
depends = git
depends = gtk3
+ depends = which
optdepends = mercurial: hg repositories support
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-21_2_4.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-22_1_2.tar.gz
source = smartgit.desktop
- sha1sums = 9f35f6daba642a73fecd34e996410c44001248b7
+ sha1sums = 87aab68c12fad7d54f327033ddf4ec65f830c203
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index 0e76475a09ac..c5cd5a14a79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=21.2.4
+pkgver=22.1.2
pkgrel=1
pkgdesc='Git client with Hg and SVN support.'
arch=('any')
url="http://www.syntevo.com/smartgit"
license=('custom')
-depends=('desktop-file-utils' 'git' 'gtk3')
+depends=('desktop-file-utils' 'git' 'gtk3' 'which')
optdepends=('mercurial: hg repositories support')
replaces=('smartgithg')
@@ -18,7 +18,7 @@ _pkgver=${pkgver//\./_}
_pkgfolder=${pkgname}
source=("https://www.syntevo.com/downloads/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz"
"${pkgname}.desktop")
-sha1sums=('9f35f6daba642a73fecd34e996410c44001248b7'
+sha1sums=('87aab68c12fad7d54f327033ddf4ec65f830c203'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {