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

Antonio Rojas arojas at archlinux.org
Mon Jan 20 20:28:08 UTC 2020


    Date: Monday, January 20, 2020 @ 20:28:07
  Author: arojas
Revision: 553256

archrelease: copy trunk to community-x86_64

Added:
  symmetrica/repos/community-x86_64/PKGBUILD
    (from rev 553255, symmetrica/trunk/PKGBUILD)
Deleted:
  symmetrica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-20 20:27:49 UTC (rev 553255)
+++ PKGBUILD	2020-01-20 20:28:07 UTC (rev 553256)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=symmetrica
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Algorithms for symmetric groups and classical groups"
-arch=(x86_64)
-url="http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/"
-depends=(glibc)
-license=(custom)
-source=("https://gitlab.com/sagemath/symmetrica/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('116ae25854a9356063197760f84e6234058becd4da2ca15151b9514bc8324405')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/symmetrica
-}

Copied: symmetrica/repos/community-x86_64/PKGBUILD (from rev 553255, symmetrica/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-20 20:28:07 UTC (rev 553256)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=symmetrica
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Algorithms for symmetric groups and classical groups"
+arch=(x86_64)
+url="http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/"
+depends=(glibc)
+license=(custom)
+source=("https://gitlab.com/sagemath/symmetrica/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('6e0fea5708d2deed8369ce4c7c2123a23a1c942d8cdf39c1f81258aec3ac04ec')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/symmetrica
+}



More information about the arch-commits mailing list