Date: Sunday, August 24, 2014 @ 23:05:46 Author: andrea Revision: 220635
upgpkg: libmygpo-qt 1.0.8-1 Upstream release Modified: libmygpo-qt/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-24 18:11:33 UTC (rev 220634) +++ PKGBUILD 2014-08-24 21:05:46 UTC (rev 220635) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=libmygpo-qt -pkgver=1.0.7 +pkgver=1.0.8 pkgrel=1 pkgdesc="A C++/Qt client library for gpodder.net" arch=('i686' 'x86_64') @@ -12,10 +12,13 @@ depends=('qjson') makedepends=('cmake' 'doxygen') source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz") -md5sums=('447e60c8c695b4280a0e20c71abacf49') +md5sums=('cb67c86919171d6d2356dfb59c3b9571') +prepare() { + mkdir build +} + build() { - mkdir build cd build cmake ../${pkgname}.${pkgver} \ -DCMAKE_BUILD_TYPE=Release \
