author | Antonio Rojas
<arojas@archlinux.org> 2016-04-19 15:04:02 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-04-19 15:04:02 UTC |
parent | 98dfcd8d684c68457c01538462419058da1f167b |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 86301a3..5d48091 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas pkgname=kwrited -pkgver=5.6.2 +pkgver=5.6.3 pkgrel=1 pkgdesc='KDE daemon listening for wall and write messages' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('kpty' 'knotifications' 'kdbusaddons') makedepends=('extra-cmake-modules' 'kdoctools' 'python') groups=('plasma') source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") -md5sums=('92ca420cda218419809928e12580a133') +md5sums=('cf87b336e50b565ac1901d5787237bd1') prepare() { mkdir -p build @@ -25,7 +25,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make }