[arch-commits] Commit in apm/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Oct 20 23:48:52 UTC 2021
Date: Wednesday, October 20, 2021 @ 23:48:52
Author: foutrelis
Revision: 1031647
upgpkg: apm 2.6.4-3: nodejs 17 rebuild
Modified:
apm/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-20 23:44:24 UTC (rev 1031646)
+++ PKGBUILD 2021-10-20 23:48:52 UTC (rev 1031647)
@@ -2,7 +2,7 @@
pkgname=apm
pkgver=2.6.4
-pkgrel=2
+pkgrel=3
pkgdesc='Atom package manager'
arch=('x86_64')
url='https://github.com/atom/apm'
@@ -14,10 +14,12 @@
replaces=('nodejs-atom-package-manager')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz"
+ "${pkgname}-bump-first-mate.patch::https://github.com/atom/apm/commit/42134ae3278d.patch"
'apm.js'
'no-scripts.patch'
'git-utils.patch')
sha512sums=('6549b7546afe3053f61804ee324b6dec72e409dbf433b2e7191b99deb189f94d640b7e140b689ab380f5269ba0b9a78132d2745dd6d2689673261d6445183868'
+ 'e8725530497a415e0ad7cc51e3855ab5b3eb33b926c3526e439f29e333e0a93cc0a692b46b68819ddbfdcaedb1a1bc2a6161fb9c1c8e34b33ac35a552639311b'
'36bbf34a3a7ba9ed63ed1d805be9d7906d284077ff72a4c8199efc1f04ac672c4a1a75568f2c9d81037481452d3a47c3e54370a76e9ed7b35e67fda93acd1726'
'a962ecc1557bcfe92c8d771a44c3bbbd72d0bf9c81285662ef26a1f99f3604efcca0307e7edb59eb99c2cbc83db4ab844f0db0532ca990581eff28e50c42acd6'
'bf9f4023bfbdc7240e5ed8a87bc9097eb7a57b2bae44f1044098eb380b15ff8a12f92347b99b6754c6adb537b8310d1f47bdfd3e60db411e4d69d575ce70b2a6')
@@ -37,6 +39,9 @@
# Don't download binary Node
patch -Np1 -i "${srcdir}"/no-scripts.patch
rm BUNDLED_NODE_VERSION script/*
+
+ # Fix build with nodejs 17
+ patch -Np1 -i "${srcdir}/${pkgname}-bump-first-mate.patch"
}
build() {
More information about the arch-commits
mailing list