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

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


    Date: Wednesday, May 30, 2018 @ 21:38:12
  Author: arojas
Revision: 333524

archrelease: copy trunk to community-x86_64

Added:
  m4ri/repos/community-x86_64/PKGBUILD
    (from rev 333523, m4ri/trunk/PKGBUILD)
Deleted:
  m4ri/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:37:51 UTC (rev 333523)
+++ PKGBUILD	2018-05-30 21:38:12 UTC (rev 333524)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=m4ri
-pkgver=20140914
-pkgrel=1
-pkgdesc="Algorithms for linear algebra over F_2"
-arch=(i686 x86_64)
-url="https://bitbucket.org/malb/m4ri"
-license=(GPL)
-depends=(libpng)
-source=(https://bitbucket.org/malb/m4ri/downloads/$pkgname-$pkgver.tar.gz)
-md5sums=('91d964b6c6754499da81277433605199')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-openmp
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: m4ri/repos/community-x86_64/PKGBUILD (from rev 333523, m4ri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 21:38:12 UTC (rev 333524)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4ri
+pkgver=20140914
+pkgrel=2
+pkgdesc="Algorithms for linear algebra over F_2"
+arch=(x86_64)
+url="https://bitbucket.org/malb/m4ri"
+license=(GPL)
+depends=(libpng)
+source=(https://bitbucket.org/malb/m4ri/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('4bc3f53a5116e1ff0720c08f34ce415c88e2fb503437abfd15e196792ec6d5aa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-openmp
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list