Date: Thursday, April 16, 2015 @ 20:22:35 Author: arojas Revision: 131501
sage-mathematics -> sagemath Modified: sage-notebook/trunk/PKGBUILD sagetex/trunk/PKGBUILD ------------------------------+ sage-notebook/trunk/PKGBUILD | 4 ++-- sagetex/trunk/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: sage-notebook/trunk/PKGBUILD =================================================================== --- sage-notebook/trunk/PKGBUILD 2015-04-16 18:20:30 UTC (rev 131500) +++ sage-notebook/trunk/PKGBUILD 2015-04-16 18:22:35 UTC (rev 131501) @@ -5,7 +5,7 @@ pkgname=sage-notebook pkgver=0.11.4 pkgrel=2 -pkgdesc='Browser-based notebook interface for Sage' +pkgdesc='Browser-based notebook interface for SageMath' arch=(any) url='http://www.sagemath.org' license=(GPL3) @@ -23,7 +23,7 @@ # create *.desktop file gendesk -f -n \ --pkgname="sage-notebook" \ - --pkgdesc="Sage notebook" \ + --pkgdesc="SageMath notebook" \ --name="Sage" \ --exec="/usr/bin/sage -notebook" \ --terminal=true \ Modified: sagetex/trunk/PKGBUILD =================================================================== --- sagetex/trunk/PKGBUILD 2015-04-16 18:20:30 UTC (rev 131500) +++ sagetex/trunk/PKGBUILD 2015-04-16 18:22:35 UTC (rev 131501) @@ -4,7 +4,7 @@ pkgname=sagetex pkgver=2.3.4 pkgrel=1 -pkgdesc='Allows to embed code, results of computations, and plots from Sage into LaTeX documents' +pkgdesc='Allows to embed code, results of computations, and plots from SageMath into LaTeX documents' arch=('any') url='http://www.sagemath.org' license=('GPL2')
