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

Antonio Rojas arojas at archlinux.org
Tue May 19 16:57:19 UTC 2020


    Date: Tuesday, May 19, 2020 @ 16:57:19
  Author: arojas
Revision: 629926

Update to 27r1

Modified:
  nauty/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 16:52:22 UTC (rev 629925)
+++ PKGBUILD	2020-05-19 16:57:19 UTC (rev 629926)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=nauty
-pkgver=26r12
-pkgrel=6
+pkgver=27r1
+pkgrel=1
 pkgdesc="A program for computing automorphism groups of graphs and digraphs"
 arch=(x86_64)
 url="http://pallini.di.uniroma1.it/"
@@ -10,14 +10,9 @@
 depends=(glibc)
 source=(http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz
         nauty-ldflags.patch)
-sha256sums=('862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc'
+sha256sums=('9c2ba0df9702b45dec037f576608a4ad3ba35cbf6f827c27f54873d9c405d5db'
             '65e0527b27edd783f23ba3e4f114edd6d54195c4cc453293d140195f8a307f69')
 
-prepare() {
-  cd nauty$pkgver
-  patch -p1 -i ../nauty-ldflags.patch # Honor LDFLAGS
-}
-
 build() {
   cd nauty$pkgver
 



More information about the arch-commits mailing list