author | Antonio Rojas
<arojas@archlinux.org> 2020-12-22 18:44:56 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-12-22 18:44:56 UTC |
parent | ddd128f4d2bb5fb16634481db37e7d4e2e8cce75 |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 2cc4637..952ceaa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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 @@ url='https://github.com/KDAB/KDSoap' 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@kdab.com> build() { cmake -B build -S $pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=None cmake --build build }