2
2
3
3
pkgname=apm
4
4
pkgver=2.4.3
5
- pkgrel=1
5
+ pkgrel=2
6
6
pkgdesc=' Atom package manager'
7
7
arch=(' x86_64' )
8
8
url=' https://github.com/atom/apm'
9
9
license=(' MIT' )
10
- depends=(' libsecret' ' nodejs>=10' ' npm' ' python2 ' )
10
+ depends=(' libsecret' ' nodejs>=10' ' npm' ' python ' )
11
11
makedepends=(' git' )
12
12
provides=(' nodejs-atom-package-manager' )
13
13
conflicts=(' nodejs-atom-package-manager' )
@@ -18,15 +18,13 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkg
18
18
" git+https://github.com/atom/git-utils#tag=v${_gitutils_tag} "
19
19
' apm.js'
20
20
' no-scripts.patch'
21
- ' python2.patch'
22
21
' use-system-npm.patch'
23
22
' 0001-git-utils-nodejs-12-update.patch'
24
23
' apm-nodejs-12-update.patch' )
25
24
sha256sums=(' cb57299f534b6b3422e17346be61b14577f062478d729fdb666af7660dcd2c40'
26
25
' SKIP'
27
26
' acbe133eb67d603e815605b1f3d9056a03bfc4a22a7e9db081126b289b385f77'
28
27
' 897a82cd23ed5a4f226635dabe56ad28e533cb0949593e2b771ad7928c058bcb'
29
- ' 621ae29f99c3fbc410a9a7dc143dd9c912ee94eaa48110ad32c40647f635e792'
30
28
' cf17bd31f70079fe2a17958712c1a515ce83623dd3f97557a3f01d346da09f19'
31
29
' 06d3404160990aaaa7b1b18f50d566f4c98a0456ffeee57d583c5bc36f26755d'
32
30
' 53c59f698809598b1afcf0c0a77bfeaa3dc113a73852af0def95b284162ee2fc' )
@@ -56,9 +54,6 @@ prepare() {
56
54
patch -Np1 -i " ${srcdir} " /no-scripts.patch
57
55
rm BUNDLED_NODE_VERSION script/*
58
56
59
- # GYP needs Python2
60
- patch -Np1 -i " ${srcdir} " /python2.patch
61
-
62
57
# patch apm to support nodejs 12
63
58
patch -Np1 -i " ${srcdir} " /apm-nodejs-12-update.patch
64
59
}
0 commit comments