[arch-commits] Commit in vc/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Oct 19 12:28:14 UTC 2013
Date: Saturday, October 19, 2013 @ 14:28:14
Author: andrea
Revision: 196798
upgpkg: vc 0.7.3-1
Upstream release
Modified:
vc/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-19 12:28:10 UTC (rev 196797)
+++ PKGBUILD 2013-10-19 12:28:14 UTC (rev 196798)
@@ -3,7 +3,7 @@
# Contributor: PedsXing <pedsxing at gmx dot net>
pkgname=vc
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="A library to ease explicit vectorization of C++ code"
url='http://code.compeng.uni-frankfurt.de/projects/vc/'
@@ -10,11 +10,14 @@
arch=('x86_64' 'i686')
license=('LGPL3')
makedepends=('cmake')
-source=("http://code.compeng.uni-frankfurt.de/attachments/download/164/Vc-${pkgver}.tar.gz")
-md5sums=('f54dd2945f9e5a38945e50b4a3f7a901')
+source=("http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz")
+md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
+
+prepare() {
+ mkdir build
+}
build() {
- mkdir build
cd build
cmake ../Vc-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
More information about the arch-commits
mailing list