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

Antonio Rojas arojas at archlinux.org
Tue Jun 11 19:16:13 UTC 2019


    Date: Tuesday, June 11, 2019 @ 19:16:13
  Author: arojas
Revision: 480516

Update to 3.3

Modified:
  sagetex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-11 19:07:40 UTC (rev 480515)
+++ PKGBUILD	2019-06-11 19:16:13 UTC (rev 480516)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=sagetex
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc='Allows to embed code, results of computations, and plots from SageMath into LaTeX documents'
 arch=(any)
@@ -8,8 +8,8 @@
 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=('30f7d4cc5aecb24fe50ee464991eb02ef3b17e9ca974c2a015694247f944bb72')
+source=("https://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f1ebfacd18fbe99e157efbff3fce3b7ecfa1b8c9824b9b818b458b8a366f4584')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list