[arch-commits] Commit in kdsoap/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Dec 22 18:44:56 UTC 2020


    Date: Tuesday, December 22, 2020 @ 18:44:56
  Author: arojas
Revision: 404851

Update to 1.10.0

Modified:
  kdsoap/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 18:03:30 UTC (rev 404850)
+++ PKGBUILD	2020-12-22 18:44:56 UTC (rev 404851)
@@ -2,7 +2,7 @@
 # Contributor: drakkan <nicola.murino at gmail dot com>
 
 pkgname=kdsoap
-pkgver=1.9.1
+pkgver=1.10.0
 pkgrel=1
 pkgdesc='Qt-based client-side and server-side SOAP component'
 license=(GPL3 LGPL custom)
@@ -11,13 +11,14 @@
 depends=(qt5-base)
 makedepends=(cmake)
 source=("https://github.com/KDAB/KDSoap/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('a020ea26e91a2bcdbfa7bc631870ed07be2c583ae29114cfe72a5a94e0e93d27'
+sha256sums=('0c606ecc434466dbadb2829820ca163af60cc7ca226f553b5d4032196737338f'
             'SKIP')
 validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products (user for KDAB products) <info at kdab.com>
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None
   cmake --build build
 }
 



More information about the arch-commits mailing list