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 /PKGBUILD | |
parent | 37dc05266eda14955fe866021c98546be45f2432 (diff) | |
download | pkgbuilds-3b44d8d6e31ac8e8c94133c1202d715fb079ae25.tar.xz |
moonshine: updpkg 0.0.11 → 0.1.3moonshine
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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" } |