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

Antonio Rojas arojas at archlinux.org
Mon Mar 27 18:37:24 UTC 2017


    Date: Monday, March 27, 2017 @ 18:37:23
  Author: arojas
Revision: 219404

Fix conflicts with llvm (FS#53465)

Modified:
  latte-integrale/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-27 18:31:40 UTC (rev 219403)
+++ PKGBUILD	2017-03-27 18:37:23 UTC (rev 219404)
@@ -2,7 +2,7 @@
 
 pkgname=latte-integrale
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Computer software dedicated to the problems of counting lattice points and integration inside convex polytopes"
 arch=(i686 x86_64)
 url="https://www.math.ucdavis.edu/~latte/"
@@ -22,5 +22,8 @@
 package() {
   cd latte-int-$pkgver
   make DESTDIR="$pkgdir" install
+
+# Fix conflicts with LLVM
+  mv "$pkgdir"/usr/bin/{count,latte-count}
 }
 



More information about the arch-commits mailing list