[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 8 10:30:47 UTC 2020
Date: Sunday, March 8, 2020 @ 10:30:47
Author: felixonmars
Revision: 591632
upgpkg: npm-check-updates 4.0.4-2
move npm to depends (FS#64868)
Modified:
npm-check-updates/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 10:30:45 UTC (rev 591631)
+++ PKGBUILD 2020-03-08 10:30:47 UTC (rev 591632)
@@ -3,12 +3,11 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
pkgver=4.0.4
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
license=('Apache')
-depends=('semver')
-makedepends=('npm')
+depends=('npm' 'semver')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
sha512sums=('a350dbfa47e2f15becdf8e57c699fedd649426d2daf3917684c17abfa9187d0baf4ee96ca61bc3ce06e2564a78bc4282f3e05011309a83bdf45cf26e7587f898')
More information about the arch-commits
mailing list