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

Antonio Rojas arojas at archlinux.org
Tue Jan 19 17:32:43 UTC 2016


    Date: Tuesday, January 19, 2016 @ 18:32:42
  Author: arojas
Revision: 157708

Update to 0.11.6.1

Modified:
  sage-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-19 17:30:30 UTC (rev 157707)
+++ PKGBUILD	2016-01-19 17:32:42 UTC (rev 157708)
@@ -3,7 +3,7 @@
 # Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
 
 pkgname=sage-notebook
-pkgver=0.11.5
+pkgver=0.11.6.1
 pkgrel=1
 pkgdesc='Browser-based notebook interface for SageMath'
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=(gendesk)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sagenb/archive/$pkgver.tar.gz" 'sage.service' 'jmol.patch')
 install=$pkgname.install
-md5sums=('cf855521ff6e93ef586ab647ed75c997'
+md5sums=('9ccb67b5b5fb42702889ad5f37578eb3'
          '61620179a7ecd85401d8e5a6ece3ea41'
          'b29760c97a5328faa179a46008391bf0')
 
@@ -24,7 +24,7 @@
   gendesk -f -n \
           --pkgname="sage-notebook" \
           --pkgdesc="SageMath notebook" \
-          --name="Sage" \
+          --name="SageMath" \
           --exec="/usr/bin/sage -notebook" \
           --terminal=true \
           --categories="Education;Science;Math" \
@@ -51,7 +51,7 @@
 }
 
 package() {
-  cd sagenb-${pkgver}
+  cd sagenb-$pkgver
 
   python2 setup.py install --root "$pkgdir" --optimize=1
 
@@ -68,4 +68,3 @@
   install -Dm644 "$pkgdir/usr/lib/python2.7/site-packages/sagenb/data/sage/images/icon48x48.png" \
                  "$pkgdir/usr/share/pixmaps/sage-notebook.png"
 }
-



More information about the arch-commits mailing list