[arch-commits] Commit in vc/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Oct 21 13:49:39 UTC 2013


    Date: Monday, October 21, 2013 @ 15:49:39
  Author: andrea
Revision: 197021

remove static libs

Modified:
  vc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 13:49:21 UTC (rev 197020)
+++ PKGBUILD	2013-10-21 13:49:39 UTC (rev 197021)
@@ -4,7 +4,7 @@
 
 pkgname=vc
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library to ease explicit vectorization of C++ code"
 url='http://code.compeng.uni-frankfurt.de/projects/vc/'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 prepare() {
   mkdir build 
 }
- 
+
 build() {
   cd build
   cmake ../Vc-${pkgver} \




More information about the arch-commits mailing list