Date: Sunday, February 24, 2013 @ 11:30:44 Author: andrea Revision: 178471
upgpkg: vc 0.7.0-1 Upstream release Modified: vc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-23 23:55:27 UTC (rev 178470) +++ PKGBUILD 2013-02-24 10:30:44 UTC (rev 178471) @@ -3,15 +3,15 @@ # Contributor: PedsXing <pedsxing at gmx dot net> pkgname=vc -pkgver=0.6.1 +pkgver=0.7.0 pkgrel=1 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') -source=("http://code.compeng.uni-frankfurt.de/attachments/download/147/Vc-${pkgver}.tar.gz") -md5sums=('8b9885b58872a11131d2818ec54f838a') +source=("http://code.compeng.uni-frankfurt.de/attachments/download/158/Vc-${pkgver}.tar.gz") +md5sums=('8b92e140e0a8c474f5b7c7c98c175a8c') build() { mkdir build
