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

Antonio Rojas arojas at archlinux.org
Tue Nov 19 18:34:07 UTC 2019


    Date: Tuesday, November 19, 2019 @ 18:34:07
  Author: arojas
Revision: 530448

Fix broken headers

Modified:
  sympol/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-19 18:34:06 UTC (rev 530447)
+++ PKGBUILD	2019-11-19 18:34:07 UTC (rev 530448)
@@ -2,7 +2,7 @@
 
 pkgname=sympol
 pkgver=0.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++ tool to work with symmetric polyhedra"
 arch=(x86_64)
 url="http://www.math.uni-rostock.de/~rehn/software/sympol.html"
@@ -34,4 +34,6 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
+
+  sed -r -e 's|(#include ").*/(.*")|\1\2|' -i "$pkgdir"/usr/include/sympol/*.h
 }



More information about the arch-commits mailing list