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

Antonio Rojas arojas at archlinux.org
Fri Apr 8 18:23:34 UTC 2016


    Date: Friday, April 8, 2016 @ 20:23:34
  Author: arojas
Revision: 169778

Depend on regular cython

Modified:
  sagemath-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-08 18:16:24 UTC (rev 169777)
+++ PKGBUILD	2016-04-08 18:23:34 UTC (rev 169778)
@@ -4,11 +4,11 @@
 pkgbase=sagemath-doc
 pkgname=(sagemath-doc sagemath-src)
 pkgver=7.1
-pkgrel=1
+pkgrel=2
 arch=(any)
 url="http://www.sagemath.org"
 license=(GPL)
-makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow python2-docutils ipython2-notebook python2-pkgconfig cython2-devel)
+makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow python2-docutils ipython2-notebook python2-pkgconfig cython2)
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz"
         "https://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.3.tar.gz"
 	package.patch paths.patch disable-fes.patch docbuild_main.patch gap-4.8.patch)
@@ -96,8 +96,8 @@
   replaces=(sage-mathematics-src)
   
   mkdir -p "$pkgdir"/usr/share/sage/source
-  cp -r sage-$pkgver/src/sage "$pkgdir"/usr/share/sage/source
-  ln -s /usr/share/doc/sage "$pkgdir"/usr/share/sage/source/doc
+  cp -r sage-$pkgver/src/{sage,sage_setup} "$pkgdir"/usr/share/sage/source
+  ln -s /usr/share/doc/sage/html "$pkgdir"/usr/share/sage/source/doc
 
 # remove developer interface
   rm -r "$pkgdir"/usr/share/sage/source/sage/dev



More information about the arch-commits mailing list