summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e6c624b20b8..54f03cb454e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 20:20:58 UTC 2017
+# Wed Mar 22 20:22:39 UTC 2017
pkgbase = nteract-bin
pkgdesc = Interactive literate coding notebook
pkgver = 0.1.0
@@ -7,7 +7,7 @@ pkgbase = nteract-bin
url = https://nteract.io
arch = x86_64
license = BSD-3-Clause
- source_x86_64 = https://github.com/nteract/nteract/releases/download/v0.1.0/nteract_.deb
+ source_x86_64 = https://github.com/nteract/nteract/releases/download/v0.1.0/nteract_0.1.0_amd64.deb
md5sums_x86_64 = c7389edaa93aa178ddd4bb025937bb25
pkgname = nteract-bin
diff --git a/PKGBUILD b/PKGBUILD
index 008428b8ccad..1e5343402093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('x86_64')
depends=('')
license=('BSD-3-Clause')
md5sums_x86_64=('c7389edaa93aa178ddd4bb025937bb25')
-#
-source_x86_64=("https://github.com/nteract/nteract/releases/download/v0.1.0/nteract_$pkgver_amd64.deb")
+# 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}"