summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-09-26 12:47:01 +0200
committerNicola Murino2021-09-26 12:47:01 +0200
commit05aa62020eb2dac458d624b14af150df1f86591b (patch)
tree97163e88ac023f83cb64c7d7ee217411f1bec20f
parent2a41567cd541f5071e0880e4d0ae125fb29e2d80 (diff)
downloadaur-05aa62020eb2dac458d624b14af150df1f86591b.tar.gz
Update to 2.0.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9979a8804069..38fc21198cba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-kdsoap
pkgdesc = Qt-based client-side and server-side SOAP component (mingw-w64)
- pkgver = 1.10.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/KDAB/KDSoap
arch = any
@@ -13,11 +13,10 @@ pkgbase = mingw-w64-kdsoap
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.10.0/kdsoap-1.10.0.tar.gz
- source = https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.10.0/kdsoap-1.10.0.tar.gz.asc
+ source = https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.0.0/kdsoap-2.0.0.tar.gz
+ source = https://github.com/KDAB/KDSoap/releases/download/kdsoap-2.0.0/kdsoap-2.0.0.tar.gz.asc
validpgpkeys = E86C000370B1B9E2A9191AD53DBFB6882C9358FB
- sha256sums = 0c606ecc434466dbadb2829820ca163af60cc7ca226f553b5d4032196737338f
+ sha256sums = d18963104fa6f7d02b044631cddbe78f18f70e06c607af680c7ace04d6cf04ee
sha256sums = SKIP
pkgname = mingw-w64-kdsoap
-
diff --git a/PKGBUILD b/PKGBUILD
index 0713e36b56cf..5e65711a2523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname="mingw-w64-kdsoap"
-pkgver=1.10.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="Qt-based client-side and server-side SOAP component (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-cmake' 'mingw-w64-wine')
source=("https://github.com/KDAB/KDSoap/releases/download/kdsoap-${pkgver}/kdsoap-${pkgver}.tar.gz"{,.asc})
-sha256sums=('0c606ecc434466dbadb2829820ca163af60cc7ca226f553b5d4032196737338f'
+sha256sums=('d18963104fa6f7d02b044631cddbe78f18f70e06c607af680c7ace04d6cf04ee'
'SKIP')
validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products (user for KDAB products) <info@kdab.com>