[arch-commits] Commit in apm/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Sat Aug 5 12:35:24 UTC 2017


    Date: Saturday, August 5, 2017 @ 12:35:22
  Author: tensor5
Revision: 248687

upgpkg: apm 1.18.3-2

Depend on nodejs>=8 (see FS#54903).

Modified:
  apm/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 12:33:18 UTC (rev 248686)
+++ PKGBUILD	2017-08-05 12:35:22 UTC (rev 248687)
@@ -3,12 +3,12 @@
 
 pkgname=apm
 pkgver=1.18.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Atom package manager'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/apm'
 license=('MIT')
-depends=('libsecret' 'npm' 'python2')
+depends=('libsecret' 'nodejs>=8' 'npm' 'python2')
 makedepends=('coffee-script' 'git')
 provides=('nodejs-atom-package-manager')
 conflicts=('nodejs-atom-package-manager')



More information about the arch-commits mailing list