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

Antonio Rojas arojas at archlinux.org
Fri Feb 19 20:37:31 UTC 2021


    Date: Friday, February 19, 2021 @ 20:37:30
  Author: arojas
Revision: 866261

Downgrade to last working version

Modified:
  threejs-sage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-19 20:37:22 UTC (rev 866260)
+++ PKGBUILD	2021-02-19 20:37:30 UTC (rev 866261)
@@ -1,7 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=threejs-sage
-pkgver=r125
+epoch=1
+pkgver=r124
 pkgrel=1
 pkgdesc='Custom build of Three.js for SageMath'
 url='https://threejs.org/'
@@ -9,8 +10,9 @@
 license=(MIT)
 depends=()
 conflicts=(three.js)
+provides=(three.js)
 source=("https://github.com/sagemath/threejs-sage/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('157cf42aa1c25a2499fc25cf71432f35dd8d00f4cb60cca99e6fdcdbcde189fe')
+sha256sums=('37e261d8947dc7db1a6cce87772d0e0fcfb5a7d78364e9bb1c9517d0dddcc6c4')
 
 package() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list