[arch-commits] Commit in vc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Nov 19 23:23:37 UTC 2018


    Date: Monday, November 19, 2018 @ 23:23:37
  Author: arojas
Revision: 340152

archrelease: copy trunk to extra-x86_64

Added:
  vc/repos/extra-x86_64/PKGBUILD
    (from rev 340151, vc/trunk/PKGBUILD)
Deleted:
  vc/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-19 23:23:08 UTC (rev 340151)
+++ PKGBUILD	2018-11-19 23:23:37 UTC (rev 340152)
@@ -1,31 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: PedsXing <pedsxing at gmx dot net>
-
-pkgname=vc
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A library to ease explicit vectorization of C++ code"
-url='https://github.com/VcDevel/Vc'
-arch=(x86_64)
-license=(LGPL3)
-makedepends=(cmake)
-source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz")
-sha256sums=('e6cfc056eb3a72a57751e768ba63236ebf2711d267fbd1dc0acfee0ac16fdf68')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../Vc-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DTARGET_ARCHITECTURE=generic
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 340151, vc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-19 23:23:37 UTC (rev 340152)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: PedsXing <pedsxing at gmx dot net>
+
+pkgname=vc
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A library to ease explicit vectorization of C++ code"
+url='https://github.com/VcDevel/Vc'
+arch=(x86_64)
+license=(LGPL3)
+makedepends=(cmake)
+source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz")
+sha256sums=('68e609a735326dc3625e98bd85258e1329fb2a26ce17f32c432723b750a4119f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../Vc-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DTARGET_ARCHITECTURE=generic
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list