[arch-commits] Commit in givaro/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Nov 24 08:54:08 UTC 2017


    Date: Friday, November 24, 2017 @ 08:54:05
  Author: arojas
Revision: 268283

archrelease: copy trunk to community-x86_64

Added:
  givaro/repos/community-x86_64/PKGBUILD
    (from rev 268282, givaro/trunk/PKGBUILD)
Deleted:
  givaro/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-24 08:53:37 UTC (rev 268282)
+++ PKGBUILD	2017-11-24 08:54:05 UTC (rev 268283)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
-
-pkgname=givaro
-pkgver=4.0.4
-pkgrel=1
-pkgdesc="C++ library for arithmetic and algebraic computations"
-arch=(x86_64)
-url="http://givaro.forge.imag.fr/"
-license=(GPL)
-depends=(gmp)
-source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('c81d0089ff10d06b9f4f5e1e8ec1948d57228788345c46046c4c22de63639ae4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared \
-    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: givaro/repos/community-x86_64/PKGBUILD (from rev 268282, givaro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-24 08:54:05 UTC (rev 268283)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+
+pkgname=givaro
+pkgver=4.0.4
+pkgrel=2
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(x86_64)
+url="http://givaro.forge.imag.fr/"
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('65257ee07183b8cbd50add2e36b1bc757f1459e665ae02cd662777d4001ba1dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared \
+    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list