author | Antonio Rojas
<arojas@archlinux.org> 2018-03-10 09:27:50 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-03-10 09:27:50 UTC |
parent | 49dd621f73e46e9231312e14591e16ae8243f2b9 |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index c599042..ea156b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=knotifyconfig -pkgver=5.43.0 +pkgver=5.44.0 pkgrel=1 pkgdesc='Configuration system for KNotify' arch=('x86_64') @@ -12,7 +12,7 @@ depends=('kio') makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools') groups=('kf5') source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('460c79a5e391518615c0fe6666f2a76ade35a53bb9e67a1324e6ea6184ee325b' +sha256sums=('3f85c46c7425c398162afb7de42c53d09cdbfbc7442082042a297b3a6be14204' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -23,7 +23,6 @@ prepare() { build() { cd build cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF \