summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Guihal2017-09-06 23:44:45 +0200
committerDamien Guihal2017-09-06 23:44:45 +0200
commitd4beeb93d16a1c183cec6ca2647559ff9c8060ca (patch)
tree865e90ca6dac70afdf27e19e55b6dd211980cd68
parentc332d38d9488a1c228bdd49958b7a729def2cdab (diff)
downloadaur-d4beeb93d16a1c183cec6ca2647559ff9c8060ca.tar.gz
Fix SRCINFO
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 555b3686647f..48859a10219d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = soapui
pkgdesc = A graphical Java program for inspecting, invoking, monitoring, simulating/mocking and functional/load/compliance/surveillance testing of REST/WADL and SOAP/WSDL-based Web Services over HTTP.
pkgver = 5.3.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.soapui.org/
arch = i686
arch = x86_64
license = EUPL V.1.1
depends = java-environment
depends = hicolor-icon-theme
- source = http://cdn01.downloads.smartbear.com/soapui/5.2.1/SoapUI-5.2.1-linux-bin.tar.gz
+ source = http://cdn01.downloads.smartbear.com/soapui/5.3.0/SoapUI-5.3.0-linux-bin.tar.gz
source = http://freeapps.co.uk.s3.amazonaws.com/images/thumbnails/soapui.png
source = soapui.desktop
source = soapui
diff --git a/PKGBUILD b/PKGBUILD
index 772322b6d945..c77a55e88a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Damien Guihal <dguihal@gmail.com>
pkgname=soapui
pkgver=5.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical Java program for inspecting, invoking, monitoring, simulating/mocking and functional/load/compliance/surveillance testing of REST/WADL and SOAP/WSDL-based Web Services over HTTP."
arch=('i686' 'x86_64')
url="http://www.soapui.org/"