[arch-commits] Commit in apm/trunk (PKGBUILD)
Nicola Squartini
tensor5 at archlinux.org
Tue Apr 24 14:13:43 UTC 2018
Date: Tuesday, April 24, 2018 @ 14:13:43
Author: tensor5
Revision: 317556
upgpkg: apm 1.19.0-3
Depend on nodejs>=9.
Modified:
apm/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-24 13:46:14 UTC (rev 317555)
+++ PKGBUILD 2018-04-24 14:13:43 UTC (rev 317556)
@@ -3,12 +3,12 @@
pkgname=apm
pkgver=1.19.0
-pkgrel=2
+pkgrel=3
pkgdesc='Atom package manager'
arch=('x86_64')
url='https://github.com/atom/apm'
license=('MIT')
-depends=('libsecret' 'nodejs>=8' 'npm' 'python2')
+depends=('libsecret' 'nodejs>=9' 'npm' 'python2')
makedepends=('git')
provides=('nodejs-atom-package-manager')
conflicts=('nodejs-atom-package-manager')
More information about the arch-commits
mailing list