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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Jun 16 21:35:46 UTC 2014


    Date: Monday, June 16, 2014 @ 23:35:45
  Author: andrea
Revision: 215220

upgpkg: vc 0.7.4-1

Upstream release

Modified:
  vc/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-16 21:35:22 UTC (rev 215219)
+++ PKGBUILD	2014-06-16 21:35:45 UTC (rev 215220)
@@ -3,8 +3,8 @@
 # Contributor: PedsXing <pedsxing at gmx dot net>
 
 pkgname=vc
-pkgver=0.7.3
-pkgrel=3
+pkgver=0.7.4
+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')
@@ -11,8 +11,8 @@
 license=('LGPL3')
 makedepends=('cmake')
 options=('staticlibs') # only builds a static library
-source=("http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz")
-md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
+source=("http://code.compeng.uni-frankfurt.de/attachments/download/183/Vc-${pkgver}.tar.gz")
+md5sums=('b11f0c6925f64a4ce178d3b8f0c282f8')
 
 prepare() {
   mkdir build
@@ -26,10 +26,10 @@
   make
 }
 
-check() {
-  cd build
-  make test
-}
+#check() {
+#  cd build
+#  make test
+#}
 
 package() {
   cd build




More information about the arch-commits mailing list