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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Jun 22 07:21:27 UTC 2013


    Date: Saturday, June 22, 2013 @ 09:21:27
  Author: andrea
Revision: 188825

upgpkg: vc 0.7.2-1

Upstream release

Modified:
  vc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-22 07:06:47 UTC (rev 188824)
+++ PKGBUILD	2013-06-22 07:21:27 UTC (rev 188825)
@@ -3,15 +3,15 @@
 # Contributor: PedsXing <pedsxing at gmx dot net>
 
 pkgname=vc
-pkgver=0.7.1
+pkgver=0.7.2
 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/161/Vc-${pkgver}.tar.gz")
-md5sums=('a7bc94838e55b5e0cdf5a02e1b52f8dc')
+source=("http://code.compeng.uni-frankfurt.de/attachments/download/164/Vc-${pkgver}.tar.gz")
+md5sums=('f54dd2945f9e5a38945e50b4a3f7a901')
  
 build() {
   mkdir build 
@@ -22,13 +22,12 @@
   make
 }
 
-# check() {
-#  cd build
-#  make test
-#}
+check() {
+  cd build
+  make test
+}
 
 package() {
   cd build
   make DESTDIR="${pkgdir}" install
 }
-




More information about the arch-commits mailing list