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

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


    Date: Wednesday, May 30, 2018 @ 21:40:57
  Author: arojas
Revision: 333526

archrelease: copy trunk to community-x86_64

Added:
  m4rie/repos/community-x86_64/PKGBUILD
    (from rev 333525, m4rie/trunk/PKGBUILD)
Deleted:
  m4rie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:40:35 UTC (rev 333525)
+++ PKGBUILD	2018-05-30 21:40:57 UTC (rev 333526)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=m4rie
-pkgver=20150908
-pkgrel=1
-pkgdesc="Algorithms for linear algebra over F_2^e"
-arch=(i686 x86_64)
-url="https://bitbucket.org/malb/m4rie"
-license=(GPL)
-depends=(m4ri)
-source=(https://bitbucket.org/malb/m4rie/downloads/$pkgname-$pkgver.tar.gz)
-md5sums=('c2c04cbfcc5d56ffdeb5133109272b8c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

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



More information about the arch-commits mailing list