summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2024-04-23 01:11:04 +0200
committerMuflone2024-04-23 01:11:04 +0200
commitd9d64a9e8e620bf31ceda63941f19dd1c6622e75 (patch)
tree8472f3346f33bd09a659d37151226907164c5049
parent1afb746d6d6008980ed23fe94a2cbfed6b31e6f1 (diff)
downloadaur-d9d64a9e8e620bf31ceda63941f19dd1c6622e75.tar.gz
Updated package smartgit 23.1.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d34cd7cc24b..3f83d0ee455b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = smartgit
pkgdesc = Git client with Hg and SVN support.
- pkgver = 23.1.2
+ pkgver = 23.1.3
pkgrel = 1
url = http://www.syntevo.com/smartgit
arch = any
- license = custom
+ license = LicenseRef-custom
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-23_1_2.tar.gz
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-linux-23_1_3.tar.gz
source = smartgit.desktop
- sha256sums = 8177c79913d486cf2cec840884dd2f432c7c3692eb4b6f2e7cd35838c038017c
+ sha256sums = 52f747af52f9318c25ede4f50554bf33c61db70f158c31be42ea8c5b44392dae
sha256sums = bb5665e9c93640b311dbe8b633da65e3c72a712a3dc9655c3274a3542a688a32
pkgname = smartgit
diff --git a/PKGBUILD b/PKGBUILD
index 372c8486b245..e88e1e77d794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartgit
-pkgver=23.1.2
+pkgver=23.1.3
pkgrel=1
pkgdesc='Git client with Hg and SVN support.'
arch=('any')
url="http://www.syntevo.com/smartgit"
-license=('custom')
+license=('LicenseRef-custom')
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")
-sha256sums=('8177c79913d486cf2cec840884dd2f432c7c3692eb4b6f2e7cd35838c038017c'
+sha256sums=('52f747af52f9318c25ede4f50554bf33c61db70f158c31be42ea8c5b44392dae'
'bb5665e9c93640b311dbe8b633da65e3c72a712a3dc9655c3274a3542a688a32')
package() {