summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Wirch2018-07-30 09:40:38 +0200
committerEduard Wirch2018-07-30 09:40:38 +0200
commite6cbf08ac550d95763c5e12421455170a4be83b8 (patch)
treeb49266989b4b40c7e7f622928437ec9ef034e590
parent64b03571357464b698be96c8d9454deffbd4dded (diff)
downloadaur-e6cbf08ac550d95763c5e12421455170a4be83b8.tar.gz
Update to 18.2-preview-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85d9c1c33580..084cc65e8a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = smartgit_preview
pkgdesc = Graphical Git client. Preview version.
- pkgver = 18.1_rc_3
+ pkgver = 18.2_preview_2
pkgrel = 1
url = https://www.syntevo.com/smartgit/preview/
- arch = any
+ arch = x86_64
license = custom
makedepends = tar
depends = java-environment>=8
@@ -14,8 +14,8 @@ pkgbase = smartgit_preview
provides = smartgit
conflicts = smartgit
replaces = smartgithg
- source = https://www.syntevo.com/downloads/smartgit/smartgit-18_1-rc-3.deb
- sha1sums = 13c116b1386e8572b42b8d13627ffb2eb8983055
+ source = https://www.syntevo.com/downloads/smartgit/smartgit-18_2-preview-2.deb
+ sha1sums = edb974ee1496beb3756c8ddac54208da65c3541e
pkgname = smartgit_preview
diff --git a/PKGBUILD b/PKGBUILD
index 6ef24836e5da..9ef9069d720a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
+
# Maintainer: Eduard Wirch <wirch.eduard@gmail.com>
# Contributor: Martin Lukes <martin.meridius@gmail.com>
_appname=smartgit
pkgname=${_appname}_preview
-pkgver=18.1_rc_3
+pkgver=18.2_preview_2
pkgrel=1
pkgdesc="Graphical Git client. Preview version."
-arch=("any")
+arch=("x86_64")
url="https://www.syntevo.com/smartgit/preview/"
license=('custom')
depends=("java-environment>=8" "python3" "bash")
@@ -22,7 +23,7 @@ _pkgver=${pkgver//_/-}
_pkgver=${_pkgver//./_}
source=("https://www.syntevo.com/downloads/smartgit/${_appname}-${_pkgver}.deb")
-sha1sums=('13c116b1386e8572b42b8d13627ffb2eb8983055')
+sha1sums=('edb974ee1496beb3756c8ddac54208da65c3541e')
package() {
cd "$srcdir"