summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Costello2015-09-07 13:15:22 +0200
committerGavin Costello2015-09-07 13:15:22 +0200
commit36982818a090df0f051703dcf7be0d4e93ecbcec (patch)
tree6fa702079839765014fb6f70f89608650f6205b7
parente144f7881b8175c6e4ff9059e229d5435a4b22ad (diff)
downloadaur-36982818a090df0f051703dcf7be0d4e93ecbcec.tar.gz
Updated to version 4.0.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41c1765917e4..a90a5f861fd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = handlebars
pkgdesc = Handlebars.js is an extension to the Mustache templating language created by Chris Wanstrath. Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.
- pkgver = 1.0.0
- pkgrel = 8
+ pkgver = v4.0.2
+ pkgrel = 1
url = http://handlebarsjs.com
arch = any
license = MIT
depends = nodejs
optdepends = nodejs-optimist
- source = https://raw.github.com/wycats/handlebars.js/1.0.0/dist/handlebars.js
- source = https://raw.github.com/wycats/handlebars.js/1.0.0/bin/handlebars
- source = https://raw.github.com/wycats/handlebars.js/1.0.0/LICENSE
- md5sums = 6f95155fd6469590d96c9651ee156795
- md5sums = 30978ded6d8d63531dd6fa7bd99e0c03
- md5sums = a2163f3c5de1e75a2210655d3448d598
+ source = http://builds.handlebarsjs.com.s3.amazonaws.com/-v4.0.2.js,
+ source = http://builds.handlebarsjs.com.s3.amazonaws.com/.runtime-v4.0.2.js
+ md5sums = 5afd2f949524fbf9a543fe7259e605e7
+ md5sums = 7328b11edac98c70ef2f93990183b068
pkgname = handlebars
diff --git a/PKGBUILD b/PKGBUILD
index 3dd4107c9d05..5dd9b50acffb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gavin Costello <gavcos at gmail dot com>
# Contributor:
pkgname=handlebars
-pkgver=v3.0.3
+pkgver=v4.0.2
pkgrel=1
pkgdesc="Handlebars.js is an extension to the Mustache templating language created by Chris Wanstrath. Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be."
arch=(any)
@@ -9,9 +9,9 @@ url="http://handlebarsjs.com"
license=('MIT')
depends=('nodejs')
optdepends=('nodejs-optimist')
-source=("http://builds.handlebarsjs.com.s3.amazonaws.com/${pckname}-${pkgver}.js", "http://builds.handlebarsjs.com.s3.amazonaws.com/${pckname}.runtime-${pkgver}.js"
-md5sums=('26161aef7f4d10f0c21adc7c183c0c1b'
- '7ae2ab0c40c56dca97c1add08d32561e')
+source=("http://builds.handlebarsjs.com.s3.amazonaws.com/${pckname}-${pkgver}.js", "http://builds.handlebarsjs.com.s3.amazonaws.com/${pckname}.runtime-${pkgver}.js")
+md5sums=('5afd2f949524fbf9a543fe7259e605e7'
+ '7328b11edac98c70ef2f93990183b068')
package() {
cd "${srcdir}"