Date: Friday, February 24, 2017 @ 15:28:30
  Author: arojas
Revision: 213732

Update to 3.0

Modified:
  sage-notebook-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-02-24 14:09:58 UTC (rev 213731)
+++ PKGBUILD    2017-02-24 15:28:30 UTC (rev 213732)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=sage-notebook-exporter
-pkgver=2.0
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 pkgdesc="Jupyter extension to export notebooks from SageNB"
 arch=(any)
 url="https://github.com/vbraun/ExportSageNB";
@@ -11,7 +11,7 @@
 depends=(jupyter-nbconvert ipython python-six)
 makedepends=(python-setuptools)
 source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz";)
-md5sums=('e657f30d2d6cf8d23626c75411f6818c')
+md5sums=('17bf96c792a5e865e618745bbcb70975')
 
 package() {
   cd ExportSageNB-$pkgver

Reply via email to