Date: Tuesday, October 22, 2013 @ 14:36:55 Author: andrea Revision: 197133
upgpkg: vc 0.7.3-3 The static lib is needed by calligra Modified: vc/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-22 10:32:29 UTC (rev 197132) +++ PKGBUILD 2013-10-22 12:36:55 UTC (rev 197133) @@ -4,17 +4,18 @@ pkgname=vc pkgver=0.7.3 -pkgrel=2 +pkgrel=3 pkgdesc="A library to ease explicit vectorization of C++ code" url='http://code.compeng.uni-frankfurt.de/projects/vc/' arch=('x86_64' 'i686') license=('LGPL3') makedepends=('cmake') +options=('staticlibs') source=("http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz") md5sums=('a55e2871a33dbcbbe444c22ccef47dbd') prepare() { - mkdir build + mkdir build } build() {
