git » kemoticons.git » commit 80b2c28

KDE Frameworks 5.44

author Antonio Rojas
2018-03-10 09:27:50 UTC
committer Antonio Rojas
2018-03-10 09:27:50 UTC
parent 268a16d6205584172aa968d5b8c739780983a3e0

KDE Frameworks 5.44

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index ff7fc20..724105f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kemoticons
-pkgver=5.43.0
+pkgver=5.44.0
 pkgrel=1
 pkgdesc='Support for emoticons and emoticons themes'
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('karchive' 'kservice')
 makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('cbb1f0435de17d120842b1b33d88e1a483df294562f84514a1bb3f815e4f3698'
+sha256sums=('8ad694c4ec36a261ecc6ab7bc65e413e876747ab27e2ab5e9f072421f4f7fcbd'
             '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 \