summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78f8883390f3..d75d1503a1a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 13 09:54:09 UTC 2017
+# Mon Feb 13 10:05:42 UTC 2017
pkgbase = nodejs-serverless-git
pkgdesc = Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
- pkgver = v1.6.1.36.g88c9dc88
+ pkgver = 1.6.1.36.g88c9dc88
pkgrel = 1
url = https://serverless.com
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 531f9c14d650..dd451de44cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nodejs-serverless-git
_pkgname=serverless
-pkgver=v1.6.1.36.g88c9dc88
+pkgver=1.6.1.36.g88c9dc88
pkgrel=1
pkgdesc="Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more"
arch=('any')
@@ -18,6 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
local ver="$(git describe --tags)"
+ ver="${ver/v/}"
printf "%s" "${ver//-/.}"
}