summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Chen2017-03-22 16:21:08 -0400
committerDaniel Chen2017-03-22 16:21:08 -0400
commitfdf668e52a2e275604586b715426a94b52073350 (patch)
tree35c7dfc4f2084206ffe546be981a7868f4ec4bfe
parent87f0464247f5f03c03c44a8f63eea9adea3075dc (diff)
downloadaur-fdf668e52a2e275604586b715426a94b52073350.tar.gz
0.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ca89a90022a..7e6c624b20b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Oct 11 19:39:21 UTC 2016
+# Wed Mar 22 20:20:58 UTC 2017
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
- pkgver = 0.0.13
+ pkgver = 0.1.0
pkgrel = 1
url = https://nteract.io
arch = x86_64
license = BSD-3-Clause
- source_x86_64 = https://github.com/nteract/nteract/releases/download/v0.0.13/nteract-linux-x64.tar.gz
+ source_x86_64 = https://github.com/nteract/nteract/releases/download/v0.1.0/nteract_.deb
md5sums_x86_64 = c7389edaa93aa178ddd4bb025937bb25
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9fa8eae7581c..008428b8ccad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Original Author: chendaniely<chendaniely@gmail.com>
pkgname=nteract-bin
-pkgver=0.0.13
+pkgver=0.1.0
pkgrel=1
pkgdesc="Interactive literate coding notebook"
url='https://nteract.io'
@@ -9,7 +9,8 @@ arch=('x86_64')
depends=('')
license=('BSD-3-Clause')
md5sums_x86_64=('c7389edaa93aa178ddd4bb025937bb25')
-source_x86_64=("https://github.com/nteract/nteract/releases/download/v$pkgver/nteract-linux-x64.tar.gz")
+#
+source_x86_64=("https://github.com/nteract/nteract/releases/download/v0.1.0/nteract_$pkgver_amd64.deb")
build() {
cd "${srcdir}"