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 | a8ff13e1f988783fd45fd08e6b0d1b27fb9cf4c5 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 660df34..33d409c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas pkgname=kmenuedit -pkgver=5.6.2 +pkgver=5.6.3 pkgrel=1 pkgdesc='KDE menu editor' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python') conflicts=('kdebase-workspace') install="${pkgname}.install" source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") -md5sums=('c5d4abb7ccf0eb295b8c2e89e9442ec2') +md5sums=('f81ae456f22438cedf0d28c83ac58fb8') prepare() { mkdir -p build @@ -26,7 +26,7 @@ build() { cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_LIBDIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF make