summaryrefslogtreecommitdiff
path: root/extra/vc
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vc')
-rw-r--r--extra/vc/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/vc/PKGBUILD b/extra/vc/PKGBUILD
index 6d84309a9..5ac53741f 100644
--- a/extra/vc/PKGBUILD
+++ b/extra/vc/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 197078 2013-10-21 16:10:43Z andrea $
+# $Id: PKGBUILD 197134 2013-10-22 12:37:05Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: PedsXing <pedsxing at gmx dot net>
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() {