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

Antonio Rojas arojas at archlinux.org
Wed May 30 21:15:30 UTC 2018


    Date: Wednesday, May 30, 2018 @ 21:15:29
  Author: arojas
Revision: 333512

archrelease: copy trunk to community-x86_64

Added:
  iml/repos/community-x86_64/PKGBUILD
    (from rev 333511, iml/trunk/PKGBUILD)
Deleted:
  iml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:15:09 UTC (rev 333511)
+++ PKGBUILD	2018-05-30 21:15:29 UTC (rev 333512)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=iml
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="C Library of integer matrix algorithms"
-arch=(i686 x86_64)
-url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
-license=(GPL)
-depends=(gmp cblas)
-source=("https://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
-md5sums=('3157d011a3a79d574544ac392fb31e7d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iml/repos/community-x86_64/PKGBUILD (from rev 333511, iml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 21:15:29 UTC (rev 333512)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=iml
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="C Library of integer matrix algorithms"
+arch=(x86_64)
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
+license=(GPL)
+depends=(gmp cblas)
+source=("https://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
+sha256sums=('1dad666850895a5709b00b97422e2273f293cfadea7697a9f90b90953e847c2a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list