Date: Friday, April 24, 2015 @ 17:16:08 Author: arojas Revision: 132118
Update to 4.6.1, workaround build failure Modified: kphotoalbum/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-24 14:35:51 UTC (rev 132117) +++ PKGBUILD 2015-04-24 15:16:08 UTC (rev 132118) @@ -6,8 +6,8 @@ # Contributor: chfoxli <lg ][ romandie ? com> pkgname=kphotoalbum -pkgver=4.6 -pkgrel=3 +pkgver=4.6.1 +pkgrel=1 pkgdesc="KDE Photo Album, picture collection manager" url="http://www.kphotoalbum.org/" arch=('i686' 'x86_64') @@ -19,15 +19,16 @@ 'kdemultimedia-mplayerthumbs: video thumbnails') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7') +sha256sums=('8d108d643409944e2a901acd1483e2304a7105842895ea7c72fb8701b6bd9632') build() { - cd ${srcdir} +# workaround build failure + mv $pkgname-$pkgver $pkgname mkdir build cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../${pkgname} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make
