summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2019-03-01 16:14:47 -0300
committerMatthew McGinn2019-03-01 16:16:04 -0300
commite00e45fbababfa3f794bc67003ad3fa2395b7d46 (patch)
tree8ffb7ba63b5b7bd876ef22a53d5b83030222635e /PKGBUILD
parent54d6c65cb643b52ada32383b6299d5722f6dac8f (diff)
downloadaur-e00e45fbababfa3f794bc67003ad3fa2395b7d46.tar.gz
Update versionist to v4.0.2
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c353c4b47b0..0d9076ef10b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Contributor: Gergely Imreh <imrehg@gmail.com>
+# Maintainer: Gergely Imreh <imrehg@gmail.com>
+# Contributor: Matthew McGinn <mamcgi@gmail.com>
pkgname=versionist
pkgdesc='Flexible CHANGELOG generation toolkit that adapts to your commit conventions'
-pkgver=3.0.2
+pkgver=4.0.2
pkgrel=1
arch=('any')
url='https://github.com/balena-io/versionist'
@@ -11,7 +12,7 @@ depends=('nodejs>=4.0.0')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/${pkgname}-${pkgver}.tgz)
noextract=(${pkgname}-${pkgver}.tgz)
-sha256sums=('d1f3a4293f7f75a26ec70ae4e7a69ee1f02b9990c379ca4e4038180a2c78a233')
+sha256sums=('d8c28350b4d0e3888de14b0dfe7577aa076c044c6a1416442da1ae712ea00d6f')
package() {
npm install --global --only=production --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"