summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fa8eae7581c..6151364950a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# 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'
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")
+md5sums_x86_64=('4b4dfa763a1ed92e8d530b204686eca2')
+# https://github.com/nteract/nteract/releases/download/v0.1.0/nteract_0.1.0_amd64.deb
+source_x86_64=("https://github.com/nteract/nteract/releases/download/v$pkgver/nteract_${pkgver}_amd64.deb")
build() {
cd "${srcdir}"