diff options
author | Rene Peinthor | 2020-03-07 09:54:37 +0100 |
---|---|---|
committer | Rene Peinthor | 2020-03-07 09:54:37 +0100 |
commit | a0d573e1cec610e2893651583cc3780f1a06d57b (patch) | |
tree | e09207fed29e6fabfad274e17f97ec954fbf9cdb | |
parent | 59e2a11b60e216203ed4f3c77dc58ca7a539dcac (diff) | |
download | aur-a0d573e1cec610e2893651583cc3780f1a06d57b.tar.gz |
update to version 11.0.3
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,8 +1,8 @@ pkgbase = smartsvn pkgdesc = A Subversion (SVN) GUI client written in Java - pkgver = 11.0.1 + pkgver = 11.0.3 pkgrel = 1 - url = https://www.syntevo.com/smartsvn/ + url = https://www.smartsvn.com arch = any license = custom depends = jre8-openjdk @@ -10,10 +10,10 @@ pkgbase = smartsvn depends = sh depends = hunspell-en_US depends = hicolor-icon-theme - provides = smartsvn=11.0.1 - source = https://www.smartsvn.com/downloads/smartsvn/smartsvn-linux-11_0_1.tar.gz + provides = smartsvn=11.0.3 + source = https://www.smartsvn.com/downloads/smartsvn/smartsvn-linux-11_0_3.tar.gz source = smartsvn.desktop - sha256sums = 88f6d621138f4bed1c4f95c6a22bf2a8a88f70c49c31799f7c66472384d308ee + sha256sums = 1e1e27e95b0a06acbe02db1c1cfa8c3000ce5bd00dc43fdcf3c972ff4603c0ca sha256sums = ab0ef714cdb1ba8f188b04f4accaf661501503234b4cedd335e200498b6e3b35 pkgname = smartsvn @@ -2,17 +2,17 @@ # Contributor: Muflone http://www.muflone.com/contacts/english/ pkgname=smartsvn -pkgver=11.0.1 +pkgver=11.0.3 pkgrel=1 pkgdesc="A Subversion (SVN) GUI client written in Java" arch=("any") -url="https://www.syntevo.com/smartsvn/" +url="https://www.smartsvn.com" license=('custom') depends=("jre8-openjdk" "desktop-file-utils" "sh" "hunspell-en_US" "hicolor-icon-theme") provides=("smartsvn=${pkgver}") source=("https://www.smartsvn.com/downloads/${pkgname}/${pkgname}-linux-${pkgver//\./_}.tar.gz" "${pkgname}.desktop") -sha256sums=('88f6d621138f4bed1c4f95c6a22bf2a8a88f70c49c31799f7c66472384d308ee' +sha256sums=('1e1e27e95b0a06acbe02db1c1cfa8c3000ce5bd00dc43fdcf3c972ff4603c0ca' 'ab0ef714cdb1ba8f188b04f4accaf661501503234b4cedd335e200498b6e3b35') package() { |