summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Wirch2017-09-14 10:19:36 +0200
committerEduard Wirch2017-09-14 10:22:32 +0200
commite1e08b47b34dab0fd0749e8775e123b7ac04914c (patch)
treec12639bef576416461ae8881a62c4e028f241428
parent622f5e579a5d5eeb6230cab3fb80a34bc3b4090d (diff)
downloadaur-e1e08b47b34dab0fd0749e8775e123b7ac04914c.tar.gz
Update to 17.1_preview_15
lib/git-forward-merge.sh requires python3. Smartgit 17 requires Java 8.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13b374865ff9..22396e571a83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = smartgit_preview
pkgdesc = Git client with Hg and SVN support. Preview version.
- pkgver = 8_preview_14
+ pkgver = 17.1_preview_15
pkgrel = 1
url = https://www.syntevo.com/smartgit/preview
arch = any
license = custom
- depends = java-environment
- depends = python
+ depends = java-environment>=8
+ depends = python3
depends = hicolor-icon-theme
optdepends = mercurial: hg repositories support
optdepends = git: git repositories support
provides = smartgit
conflicts = smartgit
replaces = smartgithg
- source = https://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-8-preview-14.tar.gz
+ source = https://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-17.1-preview-15.tar.gz
source = smartgit.desktop
- sha1sums = 16d3f4df62c6c1514620d534705250d3d61ad3c2
+ sha1sums = 45baf6b64a8f1117b12bdcb3734f31c1d2f4c316
sha1sums = bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3
pkgname = smartgit_preview
diff --git a/PKGBUILD b/PKGBUILD
index 1e5bbd4b6215..a467d5261a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_appname=smartgit
pkgname=${_appname}_preview
-pkgver=8_preview_14
+pkgver=17.1_preview_15
pkgrel=1
pkgdesc="Git client with Hg and SVN support. Preview version."
arch=("any")
url="https://www.syntevo.com/smartgit/preview"
license=('custom')
-depends=("java-environment" "python" "hicolor-icon-theme")
+depends=("java-environment>=8" "python3" "hicolor-icon-theme")
optdepends=("mercurial: hg repositories support"
"git: git repositories support")
replaces=("smartgithg")
@@ -20,7 +20,7 @@ _pkgver=${pkgver//_/-}
source=("https://www.syntevo.com/static/smart/download/${_appname}/${_appname}-linux-${_pkgver}.tar.gz"
"smartgit.desktop")
-sha1sums=('16d3f4df62c6c1514620d534705250d3d61ad3c2'
+sha1sums=('45baf6b64a8f1117b12bdcb3734f31c1d2f4c316'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {