[arch-commits] Commit in sagetex/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Aug 27 21:41:31 UTC 2020


    Date: Thursday, August 27, 2020 @ 21:41:31
  Author: arojas
Revision: 690069

archrelease: copy trunk to community-any

Added:
  sagetex/repos/community-any/PKGBUILD
    (from rev 690068, sagetex/trunk/PKGBUILD)
Deleted:
  sagetex/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 21:41:22 UTC (rev 690068)
+++ PKGBUILD	2020-08-27 21:41:31 UTC (rev 690069)
@@ -1,18 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sagetex
-pkgver=3.4
-pkgrel=2
-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=('32b4243313d79e61351da917024ca3e8e3caf14c06611676234f56af3e7fdf49')
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root "$pkgdir" --optimize=1
-}

Copied: sagetex/repos/community-any/PKGBUILD (from rev 690068, sagetex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-27 21:41:31 UTC (rev 690069)
@@ -0,0 +1,18 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sagetex
+pkgver=3.5
+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')
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root "$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list