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

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


    Date: Tuesday, February 18, 2020 @ 18:31:01
  Author: arojas
Revision: 576075

Enable nauty support

Modified:
  normaliz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 18:29:59 UTC (rev 576074)
+++ PKGBUILD	2020-02-18 18:31:01 UTC (rev 576075)
@@ -3,13 +3,13 @@
 
 pkgname=normaliz
 pkgver=3.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
 arch=(x86_64)
 url="https://www.normaliz.uni-osnabrueck.de/"
 license=(GPL)
 depends=(e-antic)
-makedepends=(boost)
+makedepends=(boost nauty)
 source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
 sha256sums=('80d21ebaf1a2d472ccdc1e1b2e42b4d71f45f3b8df4d7195ff83edf38f8945c8')
 



More information about the arch-commits mailing list