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

Antonio Rojas arojas at archlinux.org
Sun Jan 6 06:59:01 UTC 2019


    Date: Sunday, January 6, 2019 @ 06:59:00
  Author: arojas
Revision: 420706

Update to 3.1

Modified:
  sagetex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 03:44:21 UTC (rev 420705)
+++ PKGBUILD	2019-01-06 06:59:00 UTC (rev 420706)
@@ -1,16 +1,15 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=sagetex
-pkgver=3.0
-pkgrel=3
+pkgver=3.1
+pkgrel=1
 pkgdesc='Allows to embed code, results of computations, and plots from SageMath into LaTeX documents'
-arch=('any')
-url='https://github.com/dandrake/sagetex'
-license=('GPL2')
-depends=('sagemath' 'texlive-core')
-makedepends=('python2')
-source=("http://mirrors.mit.edu/sage/spkg/upstream/sagetex/$pkgname-$pkgver.tar.gz")
-md5sums=('89f539ac31dd35555eb4f7959280ff89')
+arch=(any)
+url='https://github.com/sagemath/sagetex'
+license=(GPL2)
+depends=(sagemath texlive-core)
+source=("https://github.com/sagemath/sagetex/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('8840da603f7200a625620b5af5578160261d6e9474f9c10fec99f6bc1f1f6398')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list