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

Antonio Rojas arojas at archlinux.org
Sat Jan 25 10:34:37 UTC 2020


    Date: Saturday, January 25, 2020 @ 10:34:36
  Author: arojas
Revision: 555414

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 10:34:19 UTC (rev 555413)
+++ PKGBUILD	2020-01-25 10:34:36 UTC (rev 555414)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=m4rie
-pkgver=20200115
-pkgrel=1
-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=('aea462e8c9b4c0303c0a064bd7ead52fe81214e59a7fc694f350161cad4f2c85')
-
-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 555413, m4rie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-25 10:34:36 UTC (rev 555414)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4rie
+pkgver=20200115
+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=('aea462e8c9b4c0303c0a064bd7ead52fe81214e59a7fc694f350161cad4f2c85')
+
+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