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

Antonio Rojas arojas at archlinux.org
Fri Jun 7 14:37:29 UTC 2019


    Date: Friday, June 7, 2019 @ 14:37:28
  Author: arojas
Revision: 478177

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-07 14:37:01 UTC (rev 478176)
+++ PKGBUILD	2019-06-07 14:37:28 UTC (rev 478177)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
-
-pkgname=givaro
-pkgver=4.1.0
-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=('0f468f7a02b023d4355cff2dfc88c7d710237b252cd36b1342a3d66f5ea35eb4')
-
-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 478176, givaro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-07 14:37:28 UTC (rev 478177)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+
+pkgname=givaro
+pkgver=4.1.1
+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=('628049899386e91da245aee6cd446350fbca87e94863bc0d815066c08150487f')
+
+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