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

Antonio Rojas arojas at archlinux.org
Tue Feb 6 11:54:18 UTC 2018


    Date: Tuesday, February 6, 2018 @ 11:54:18
  Author: arojas
Revision: 289386

Update to 4.1.0.p4

Modified:
  singular/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 11:54:16 UTC (rev 289385)
+++ PKGBUILD	2018-02-06 11:54:18 UTC (rev 289386)
@@ -4,10 +4,10 @@
 
 pkgname=singular
 _majver=4-1-0
-_patchver=3
+_patchver=4
 pkgver=${_majver//-/.}.p${_patchver}
 #pkgver=${_majver//-/.}
-pkgrel=6
+pkgrel=1
 pkgdesc="Computer Algebra System for polynomial computations"
 arch=(x86_64)
 url="http://www.singular.uni-kl.de/"
@@ -17,7 +17,7 @@
 optdepends=('python2: Python interface')
 source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz")
 #source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz")
-sha256sums=('440164c850d5a1575fcbfe95ab884088d03c0449570d40f465611932ffd0bf80')
+sha256sums=('9aef5ec4be8ef1317727686fb5f4e2e80020c3c47b3c762612a594acd4eff0f8')
 options=(!zipman)
 
 build() {
@@ -29,4 +29,7 @@
 package() {
   cd singular-${_majver//-/.}
   make DESTDIR="$pkgdir" install
+
+  # Fix ownership
+  chown -R root:root "$pkgdir"/usr/share/singular/html "$pkgdir"/usr/share/info
 }



More information about the arch-commits mailing list