git » kinit.git » commit 089f105

KF5 Beta3

author Andrea Scarpino
2014-06-04 06:53:31 UTC
committer Andrea Scarpino
2014-06-04 06:53:31 UTC
parent 84a50bfdb7178d40e63df8c005b09e747d1c3d1a

KF5 Beta3

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index f20f01e..2fffb91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kinit
-pkgver=4.99.0
+pkgver=4.100.0
 pkgrel=1
 pkgdesc='KInit'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('kio')
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('kf5')
 source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('45fcb76799f85869ed4861957a4750a7')
+md5sums=('1ab251f0d2cd075fb6f536072213e890')
 
 prepare() {
   mkdir -p build
@@ -23,7 +23,6 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
     -DBUILD_TESTING=OFF
   make
 }