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

Antonio Rojas arojas at archlinux.org
Wed Oct 2 20:12:28 UTC 2019


    Date: Wednesday, October 2, 2019 @ 20:12:27
  Author: arojas
Revision: 512457

Add missing header

Modified:
  singular/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-02 20:01:57 UTC (rev 512456)
+++ PKGBUILD	2019-10-02 20:12:27 UTC (rev 512457)
@@ -6,7 +6,7 @@
 _patchver=2
 pkgver=${_majver//-/.}.p${_patchver}
 #pkgver=${_majver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="https://www.singular.uni-kl.de/"
@@ -38,6 +38,8 @@
   cd singular-${_majver//-/.}
   make DESTDIR="$pkgdir" install
 
+  # Install missing header
+  install -Dm644 factory/globaldefs.h "$pkgdir"/usr/include/factory
   # Fix ownership
   chown -R root:root "$pkgdir"/usr/share/singular/html "$pkgdir"/usr/share/info "$pkgdir"/usr/share/singular/singular.idx
 }



More information about the arch-commits mailing list