diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-30 23:04:56 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:35:58 +0200 |
commit | 3b44d8d6e31ac8e8c94133c1202d715fb079ae25 (patch) | |
tree | 23d99a31b6c22e7d559dc36ea89591318fa34f84 | |
parent | 37dc05266eda14955fe866021c98546be45f2432 (diff) | |
download | pkgbuilds-3b44d8d6e31ac8e8c94133c1202d715fb079ae25.tar.xz |
moonshine: updpkg 0.0.11 → 0.1.3moonshine
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -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 @@ -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" } |