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

Antonio Rojas arojas at archlinux.org
Fri Oct 2 09:53:34 UTC 2020


    Date: Friday, October 2, 2020 @ 09:53:34
  Author: arojas
Revision: 715274

archrelease: copy trunk to community-x86_64

Added:
  shared_meataxe/repos/community-x86_64/PKGBUILD
    (from rev 715273, shared_meataxe/trunk/PKGBUILD)
Deleted:
  shared_meataxe/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-02 09:53:07 UTC (rev 715273)
+++ PKGBUILD	2020-10-02 09:53:34 UTC (rev 715274)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=shared_meataxe
-pkgver=1.0
-pkgrel=4
-pkgdesc="A set of programs for working with matrix representations over finite fields"
-arch=(x86_64)
-url="http://users.minet.uni-jena.de/~king/SharedMeatAxe/"
-license=(GPL)
-depends=(glibc)
-conflicts=(meataxe)
-replaces=('meataxe<=2.4.24-6')
-source=(http://users.minet.uni-jena.de/~king/SharedMeatAxe/$pkgname-$pkgver.tar.gz)
-sha256sums=('e45b0dc325f841d5c160c1eb03daa6587506220ad6ee5823397b4bf2fbd8fdb9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/share/meataxe
-# Build multiplication tables
-  cd "$pkgdir"/usr/share/meataxe
-  for i in 2 3 4 5 7 8 9 11 13 16 17 19 23 25 27 29 31 32 37 41 43 47 49 53 59 61 64 67 71 73 79 81 83 89 97 101 103 107 109 113 121 125 \
-           127 128 131 137 139 149 151 157 163 167 169 173 179 181 191 193 197 199 211 223 227 229 233 239 241 243 251
-  do
-    LD_PRELOAD=../../lib/libmtx.so ../../bin/zcv <(echo "matrix field=$i rows=0 cols=0") /dev/null
-  done
-}

Copied: shared_meataxe/repos/community-x86_64/PKGBUILD (from rev 715273, shared_meataxe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-02 09:53:34 UTC (rev 715274)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=shared_meataxe
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A set of programs for working with matrix representations over finite fields"
+arch=(x86_64)
+url="https://users.minet.uni-jena.de/~king/SharedMeatAxe/"
+license=(GPL)
+depends=(glibc)
+conflicts=(meataxe)
+replaces=('meataxe<=2.4.24-6')
+source=(https://github.com/simon-king-jena/SharedMeatAxe/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b8c5ff558712b266eef76a4ebc7a06e98cdef04cc46c542a1a725e318365969d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p "$pkgdir"/usr/share/meataxe
+# Build multiplication tables
+  cd "$pkgdir"/usr/share/meataxe
+  for i in 2 3 4 5 7 8 9 11 13 16 17 19 23 25 27 29 31 32 37 41 43 47 49 53 59 61 64 67 71 73 79 81 83 89 97 101 103 107 109 113 121 125 \
+           127 128 131 137 139 149 151 157 163 167 169 173 179 181 191 193 197 199 211 223 227 229 233 239 241 243 251
+  do
+    LD_PRELOAD=../../lib/libmtx.so ../../bin/zcv <(echo "matrix field=$i rows=0 cols=0") /dev/null
+  done
+}



More information about the arch-commits mailing list