[arch-commits] Commit in jake/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 6 02:45:56 UTC 2016
Date: Thursday, October 6, 2016 @ 02:45:56
Author: felixonmars
Revision: 191436
upgpkg: jake 8.0.14-1
Modified:
jake/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-06 01:10:05 UTC (rev 191435)
+++ PKGBUILD 2016-10-06 02:45:56 UTC (rev 191436)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=jake
-pkgver=8.0.12
+pkgver=8.0.14
pkgrel=1
pkgdesc="JavaScript build tool, similar to Make or Rake"
arch=('any')
@@ -12,7 +12,7 @@
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=($pkgname-$pkgver.tgz)
-md5sums=('3ecd463ba4b0d1f613694be389d9b9ad')
+md5sums=('89a518e583088672f7130978487868b1')
package() {
npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
More information about the arch-commits
mailing list