Date: Wednesday, March 4, 2015 @ 11:15:45 Author: fyan Revision: 232560
upgpkg: libkface 14.12.3-1 Modified: libkface/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-04 10:15:10 UTC (rev 232559) +++ PKGBUILD 2015-03-04 10:15:45 UTC (rev 232560) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=libkface -pkgver=14.12.2 +pkgver=14.12.3 pkgrel=1 pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface" @@ -13,11 +13,13 @@ makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('84615f07d000a3ccdf57ec63012596ca1967a63d') +sha1sums=('52e69d2dd947b0ce8e25d1ff503773d2009337ae') +prepare() { + mkdir build +} + build() { - cd "${srcdir}" - mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ @@ -27,6 +29,6 @@ } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install }
