author | Antonio Rojas
<arojas@archlinux.org> 2017-01-06 10:01:30 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-01-06 10:01:30 UTC |
parent | c497fe3e122c9a6a4f2f59d94c6d7d9f95a7e446 |
PKGBUILD | +1 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index e2bc0ef..9cf505b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=kitemmodels pkgver=5.29.0 -pkgrel=1 +pkgrel=2 pkgdesc='Models for Qt Model/View system' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' @@ -27,7 +27,6 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ - -Dlibclang_LIBRARY=libclang.so \ -DBUILD_TESTING=OFF make }