[arch-commits] Commit in nauty/trunk (LICENSE PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Feb 19 07:12:33 UTC 2020


    Date: Wednesday, February 19, 2020 @ 07:12:32
  Author: arojas
Revision: 576248

New tarball (FS#65550)

Modified:
  nauty/trunk/PKGBUILD
Deleted:
  nauty/trunk/LICENSE

----------+
 LICENSE  |    9 ---------
 PKGBUILD |    5 ++---
 2 files changed, 2 insertions(+), 12 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2020-02-19 06:59:43 UTC (rev 576247)
+++ LICENSE	2020-02-19 07:12:32 UTC (rev 576248)
@@ -1,9 +0,0 @@
-nauty is copyright (1984-2013) Brendan McKay. Traces is copyright (2008-2013) Adolfo Piperno. All rights reserved. Permission is hereby given for 
-use and/or distribution with the exception of sale for profit or application with nontrivial military significance. You must not remove this 
-copyright notice, and you must document any changes that you make to this program. This software is subject to this copyright only, irrespective 
-of any copyright attached to any package of which this is a part. 
- 
-Absolutely no guarantees or warranties are made concerning the suitability, correctness, or any other aspect of this program. Any use is at your 
-own risk.
-The above does not apply to the file planarity.c, which is copyright to the Magma project, nor to the file watercluster2.c, which is copyright to 
-Gunnar Brinkmann.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-19 06:59:43 UTC (rev 576247)
+++ PKGBUILD	2020-02-19 07:12:32 UTC (rev 576248)
@@ -2,7 +2,7 @@
 
 pkgname=nauty
 pkgver=26r12
-pkgrel=5
+pkgrel=6
 pkgdesc="A program for computing automorphism groups of graphs and digraphs"
 arch=(x86_64)
 url="http://pallini.di.uniroma1.it/"
@@ -10,13 +10,12 @@
 depends=(glibc)
 source=(http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz
         nauty-ldflags.patch)
-sha256sums=('5854fe051ebe4c892e3b51438d73ea367b4f7bf8d4665682af66ea4a75a356e8'
+sha256sums=('862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc'
             '65e0527b27edd783f23ba3e4f114edd6d54195c4cc453293d140195f8a307f69')
 
 prepare() {
   cd nauty$pkgver
   patch -p1 -i ../nauty-ldflags.patch # Honor LDFLAGS
-  rm showg # Force compilation of showg
 }
 
 build() {



More information about the arch-commits mailing list