summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeinthor Rene2016-11-10 08:48:15 +0100
committerPeinthor Rene2016-11-10 08:48:15 +0100
commit04d039fe935c05f97dc694571044c0fcc5f54024 (patch)
treed98fdf9ae7589325df1a86736db803884e3ed76e
parent2f298b01a6f37aa0432e5e7ec1add8518892c92a (diff)
downloadaur-04d039fe935c05f97dc694571044c0fcc5f54024.tar.gz
update for version 9.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad859abe66a4..95aef3303fb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartsvn
pkgdesc = A Subversion(SVN) GUI client written in Java
- pkgver = 9.1.1
+ pkgver = 9.1.2
pkgrel = 1
url = http://www.smartsvn.com/
install = smartsvn.install
@@ -9,12 +9,12 @@ pkgbase = smartsvn
depends = java-runtime
depends = desktop-file-utils
depends = sh
- provides = smartsvn=9.1.1
+ provides = smartsvn=9.1.2
backup = opt/smartsvn/bin/smartsvn.sh
source = smartsvn.desktop
- source = http://www.smartsvn.com/downloads/smartsvn/smartsvn-linux-9_1_1.tar.gz
+ source = http://www.smartsvn.com/static/svn/download/smartsvn/smartsvn-linux-9_1_2.tar.gz
md5sums = e3dfb3bdaef28b727b491af85498f2c0
- md5sums = 57ab6c368672d5937a821f506efb2009
+ md5sums = 703f45942e42fefe00f54b9d36b7b915
pkgname = smartsvn
diff --git a/PKGBUILD b/PKGBUILD
index 0a3bdd4e6451..d77cbeed2d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Rene Peinthor <peinthor@gmail.com>
pkgname=smartsvn
-pkgver=9.1.1
-_pkgver=9_1_1
+pkgver=9.1.2
+_pkgver=9_1_2
pkgrel=1
pkgdesc="A Subversion(SVN) GUI client written in Java"
arch=("any")
@@ -10,12 +10,12 @@ license=('custom')
depends=("java-runtime" "desktop-file-utils" "sh")
makedepends=()
provides=(smartsvn=$pkgver)
-source=(smartsvn.desktop http://www.smartsvn.com/downloads/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz)
+source=(smartsvn.desktop http://www.smartsvn.com/static/svn/download/${pkgname}/${pkgname}-linux-${_pkgver}.tar.gz)
install="smartsvn.install"
backup=('opt/smartsvn/bin/smartsvn.sh') # might contain changes to max heap size and vmoptions
md5sums=(
'e3dfb3bdaef28b727b491af85498f2c0'
-'57ab6c368672d5937a821f506efb2009'
+'703f45942e42fefe00f54b9d36b7b915'
)