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

Nicola Squartini tensor5 at archlinux.org
Sat Apr 28 19:17:42 UTC 2018


    Date: Saturday, April 28, 2018 @ 19:17:40
  Author: tensor5
Revision: 318406

upgpkg: apm 1.19.0-6

Depend on nodejs>=10.

Modified:
  apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-28 19:16:23 UTC (rev 318405)
+++ PKGBUILD	2018-04-28 19:17:40 UTC (rev 318406)
@@ -3,12 +3,12 @@
 
 pkgname=apm
 pkgver=1.19.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Atom package manager'
 arch=('x86_64')
 url='https://github.com/atom/apm'
 license=('MIT')
-depends=('libsecret' 'nodejs>=9' 'npm' 'python2')
+depends=('libsecret' 'nodejs>=10' 'npm' 'python2')
 makedepends=('git')
 provides=('nodejs-atom-package-manager')
 conflicts=('nodejs-atom-package-manager')



More information about the arch-commits mailing list