summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatoro2019-03-31 15:08:41 -0400
committermatoro2019-03-31 15:08:41 -0400
commitfc590aca1e1940008b0c10c8598f155953e528a3 (patch)
treec91677abb4f7d66f4b3a855958138aee0ec70830
parent948fceb52e9bd503a8df4caaff471c7234f637b6 (diff)
downloadaur-fc590aca1e1940008b0c10c8598f155953e528a3.tar.gz
Bump to v1.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7c838cae682..77267a4226bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodejs-resume-cli
- pkgdesc = This is the command line tool for JSON Resume, the open source initiative to create a JSON-based standard for resumes.
- pkgver = 0.4.19
+ pkgdesc = The command line tool for JSON Resume
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/jsonresume/resume-cli
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = resume-cli-0.4.19.tgz
- source = https://registry.npmjs.org/resume-cli/-/resume-cli-0.4.19.tgz
- sha256sums = 5394cb51e00128c3cb0329125ae429edab3d2367c7f3b6e00919134730467623
+ noextract = resume-cli-1.1.2.tgz
+ source = https://registry.npmjs.org/resume-cli/-/resume-cli-1.1.2.tgz
+ sha256sums = 88e4dda20f63ef3e84ec14f85c5760c371ac281ea09d9e64afdcdf4d76f21728
pkgname = nodejs-resume-cli
diff --git a/PKGBUILD b/PKGBUILD
index 34e74b041e51..cec306e9cb68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
_npmname=resume-cli
-_npmver=0.4.19
+_npmver=1.1.2
pkgname=nodejs-resume-cli
pkgver=${_npmver}
pkgrel=1
-pkgdesc="This is the command line tool for JSON Resume, the open source initiative to create a JSON-based standard for resumes."
+pkgdesc="The command line tool for JSON Resume"
arch=(any)
url="https://github.com/jsonresume/resume-cli"
license=('MIT')
depends=('nodejs' 'npm')
source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${_npmver}.tgz")
noextract=(${_npmname}-${_npmver}.tgz)
-sha256sums=(5394cb51e00128c3cb0329125ae429edab3d2367c7f3b6e00919134730467623)
+sha256sums=('88e4dda20f63ef3e84ec14f85c5760c371ac281ea09d9e64afdcdf4d76f21728')
package() {
cd ${srcdir}