[arch-commits] Commit in sagetex/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Nov 16 20:25:17 UTC 2021
Date: Tuesday, November 16, 2021 @ 20:25:16
Author: arojas
Revision: 1048844
Update to 3.6
Modified:
sagetex/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-16 20:04:05 UTC (rev 1048843)
+++ PKGBUILD 2021-11-16 20:25:16 UTC (rev 1048844)
@@ -1,15 +1,15 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=sagetex
-pkgver=3.5
-pkgrel=2
+pkgver=3.6
+pkgrel=1
pkgdesc='Allows to embed code, results of computations, and plots from SageMath into LaTeX documents'
arch=(any)
url='https://github.com/sagemath/sagetex'
license=(GPL2)
depends=(sagemath texlive-core)
-source=("https://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('3a7454002ddff9bf862d139130c27de0416bbc2378e1f4de4eb50d805ee96779')
+source=(https://github.com/sagemath/sagetex/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('26df48534bb22c89874e7afd2ae211568c5a324c651eb2ac0c18580370de93f5')
package() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list