summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey Stukalov2017-01-30 01:49:08 +0100
committerAlexey Stukalov2017-01-30 01:49:08 +0100
commitff77c1a3ad32c9b4a4c2be1b7e17714a53cc4e3a (patch)
treeb8b983c383ab7d05bccd307827663359c6f73e97 /PKGBUILD
parentc1e882b0bb701233e2de865d799538c487c6f80a (diff)
downloadaur-ff77c1a3ad32c9b4a4c2be1b7e17714a53cc4e3a.tar.gz
update to 17.0.1
also require java-runtime >= 8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a4f0ae01da1..700979e63b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: Alexey Stukalov <astukalov@gmail.com>
pkgname=smartgit
-pkgver=17
+pkgver=17.0.1
pkgrel=1
pkgdesc="Git client with Hg and SVN support."
arch=("any")
url="http://www.syntevo.com/smartgit"
license=('custom')
-depends=("java-runtime" "desktop-file-utils" "sh" "git" "gtk2")
+depends=("java-runtime>=8" "desktop-file-utils" "sh" "git" "gtk2")
optdepends=("mercurial: hg repositories support")
replaces=(smartgithg)
@@ -17,7 +17,7 @@ _pkgfolder=${pkgname}
source=(https://www.syntevo.com/static/smart/download/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz
smartgit.desktop)
install="smartgit.install"
-sha1sums=('e8f27981d9dfbda2b491c013dae670431373176f'
+sha1sums=('dc506415edc4944e5d2aa4cd37685b64bdc54702'
'bafa47c0b43ad89aaa3b34a078771b3cd12bd1f3')
package() {