Date: Friday, August 28, 2015 @ 13:58:02
  Author: arojas
Revision: 138866

Update to 3.0

Modified:
  sagetex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-08-28 09:59:58 UTC (rev 138865)
+++ PKGBUILD    2015-08-28 11:58:02 UTC (rev 138866)
@@ -2,17 +2,17 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=sagetex
-pkgver=2.3.4
+pkgver=3.0
 pkgrel=1
 pkgdesc='Allows to embed code, results of computations, and plots from 
SageMath into LaTeX documents'
 arch=('any')
-url='http://www.sagemath.org'
+url='https://github.com/dandrake/sagetex'
 license=('GPL2')
 depends=('sagemath' 'texlive-core')
 makedepends=('python2')
-source=("http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2";)
+source=("https://github.com/dandrake/sagetex/archive/v$pkgver.tar.gz";)
 install=$pkgname.install
-md5sums=('55d2293116a391631daaf7847e618646')
+md5sums=('5bdc069b0b55f89756b59cdb5d8a0f20')
 
 prepare() {
   cd $pkgname-$pkgver

Reply via email to