summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-05-19 14:49:28 +0200
committerNicola Murino2019-05-19 14:49:28 +0200
commita9fd21c2e3641d3a4c163a19760026053902dd7b (patch)
tree2040319df2f19709a5bca242732cc74cc33a460f
parent5e290e757c105f0a2212b4026c489eba766e3327 (diff)
downloadaur-a9fd21c2e3641d3a4c163a19760026053902dd7b.tar.gz
Update to 1.8.0-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0579fc622530..2458b695d8cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Jul 4 17:59:53 UTC 2018
pkgbase = mingw-w64-kdsoap
pkgdesc = Qt-based client-side and server-side SOAP component (mingw-w64)
- pkgver = 1.7.0
- pkgrel = 2
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://github.com/KDAB/KDSoap
arch = any
license = GPL3
@@ -14,8 +12,11 @@ pkgbase = mingw-w64-kdsoap
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.7.0/kdsoap-1.7.0.tar.gz
- sha256sums = c13cd01cc576e22d51f2cd336f1473894a3c78ce5300ceaa23b20420f99234bd
+ source = https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.8.0/kdsoap-1.8.0.tar.gz
+ source = https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.8.0/kdsoap-1.8.0.tar.gz.asc
+ validpgpkeys = E86C000370B1B9E2A9191AD53DBFB6882C9358FB
+ sha256sums = e73fbaf57f01a6d45f8f0530861a8f528bf0216633c2c70617cec4434237e742
+ sha256sums = SKIP
pkgname = mingw-w64-kdsoap
diff --git a/PKGBUILD b/PKGBUILD
index 942aeb0e61fe..ebef501a1a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname="mingw-w64-kdsoap"
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc="Qt-based client-side and server-side SOAP component (mingw-w64)"
arch=('any')
license=('GPL3' 'LGPL' 'custom')
@@ -12,8 +12,11 @@ options=('!buildflags' 'staticlibs' '!strip')
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-cmake')
-source=("https://github.com/KDAB/KDSoap/releases/download/kdsoap-${pkgver}/kdsoap-${pkgver}.tar.gz")
-sha256sums=('c13cd01cc576e22d51f2cd336f1473894a3c78ce5300ceaa23b20420f99234bd')
+source=("https://github.com/KDAB/KDSoap/releases/download/kdsoap-${pkgver}/kdsoap-${pkgver}.tar.gz"{,.asc})
+sha256sums=('e73fbaf57f01a6d45f8f0530861a8f528bf0216633c2c70617cec4434237e742'
+ 'SKIP')
+
+validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products (user for KDAB products) <info@kdab.com>
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"