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

Antonio Rojas arojas at archlinux.org
Tue Feb 18 18:17:18 UTC 2020


    Date: Tuesday, February 18, 2020 @ 18:17:18
  Author: arojas
Revision: 576050

Rename library

Modified:
  nauty/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 18:09:28 UTC (rev 576049)
+++ PKGBUILD	2020-02-18 18:17:18 UTC (rev 576050)
@@ -2,7 +2,7 @@
 
 pkgname=nauty
 pkgver=26r12
-pkgrel=2
+pkgrel=3
 pkgdesc="A program for computing automorphism groups of graphs and digraphs"
 arch=(x86_64)
 url="http://pallini.di.uniroma1.it/"
@@ -36,7 +36,7 @@
   do
    install -m755 $_program "$pkgdir"/usr/bin/$program
   done
-  install -Dm644 nauty.a -t "$pkgdir"/usr/lib
+  install -Dm644 nauty.a "$pkgdir"/usr/lib/libnauty.a
   install -Dm644 nauty.h -t "$pkgdir"/usr/include/nauty
 
   mkdir -p "$pkgdir"/usr/share/licenses/nauty



More information about the arch-commits mailing list