From 3b44d8d6e31ac8e8c94133c1202d715fb079ae25 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 30 Oct 2014 23:04:56 +0100 Subject: moonshine: updpkg 0.0.11 → 0.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 10 +++++----- PKGBUILD | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c4b9108..ccae341 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,17 +1,17 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 13:54:06 UTC 2015 +# Mon Jun 1 13:54:07 UTC 2015 pkgbase = moonshine pkgdesc = A lightweight Lua VM for the browser - pkgver = 0.0.11 + pkgver = 0.1.3 pkgrel = 1 url = http://moonshinejs.org arch = any license = GPL3 depends = lua depends = nodejs - noextract = moonshine-0.0.11.tgz - source = http://registry.npmjs.org/moonshine/-/moonshine-0.0.11.tgz - sha1sums = ae822c99c67974e323c98607cc3caef0b2d5f6ad + noextract = 0.1.3.tgz + source = https://github.com/gamesys/moonshine/archive/0.1.3.tar.gz + sha1sums = 3068f8bd95a32626dda2907792fce6bae2aaddcf pkgname = moonshine diff --git a/PKGBUILD b/PKGBUILD index 4c81723..9ca29d3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=moonshine -pkgver=0.0.11 +pkgver=0.1.3 pkgrel=1 pkgdesc="A lightweight Lua VM for the browser" @@ -9,12 +9,12 @@ license=('GPL3') depends=('lua' 'nodejs') -source=(http://registry.npmjs.org/moonshine/-/moonshine-$pkgver.tgz) +source=("https://github.com/gamesys/moonshine/archive/$pkgver.tar.gz") -noextract=(moonshine-$pkgver.tgz) +noextract=("$pkgver.tgz") -sha1sums=(ae822c99c67974e323c98607cc3caef0b2d5f6ad) +sha1sums=('3068f8bd95a32626dda2907792fce6bae2aaddcf') package() { - npm install -g --prefix "$pkgdir"/usr moonshine-$pkgver.tgz + npm install -g --prefix "$pkgdir"/usr "$pkgver.tar.gz" } -- cgit v1.2.3-54-g00ecf