Date: Monday, February 15, 2016 @ 23:00:38 Author: arojas Revision: 161712
Update to 4.7 Modified: kphotoalbum/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-15 20:53:15 UTC (rev 161711) +++ PKGBUILD 2016-02-15 22:00:38 UTC (rev 161712) @@ -6,8 +6,8 @@ # Contributor: chfoxli <lg ][ romandie ? com> pkgname=kphotoalbum -pkgver=4.6.2 -pkgrel=4 +pkgver=4.7 +pkgrel=1 pkgdesc="KDE Photo Album, picture collection manager" url="http://www.kphotoalbum.org/" arch=('i686' 'x86_64') @@ -18,16 +18,16 @@ 'kdemultimedia-mplayerthumbs: video thumbnails') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb') +sha256sums=('8b33cbe995b652740ee965b907abb96689588c1eac36340d9ace646d3018735d') build() { # workaround build failure - mv $pkgname-$pkgver $pkgname +# mv $pkgname-$pkgver $pkgname mkdir build cd build - cmake ../${pkgname} \ + cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make
