Package Details: heroku-cli 10.0.0-1

Git Clone URL: https://aur.archlinux.org/heroku-cli.git (read-only, click to copy)
Package Base: heroku-cli
Description: CLI to manage Heroku apps and services with forced auto-update removed
Upstream URL: https://devcenter.heroku.com/articles/heroku-cli
Licenses: custom, ISC
Conflicts: heroku-cli-bin, heroku-client-standalone, heroku-toolbelt, ruby-heroku
Provides: heroku, heroku-cli
Submitter: Redrield
Maintainer: rnestler (ChloeColman)
Last Packager: rnestler
Votes: 77
Popularity: 1.50
First Submitted: 2017-08-15 23:19 (UTC)
Last Updated: 2024-12-29 13:00 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

rharish commented on 2024-12-30 18:30 (UTC)

Thanks @jackro, I looked at your fix, and using that, I managed to make a fix without adding a new makedependency:

diff --git a/PKGBUILD b/PKGBUILD
index ff59213..f65a6d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,6 +43,7 @@ prepare() {
     # final installation
     mv package heroku
     pushd heroku
+      sed -i 's/"node": "~20\.x"/"node": ">=20"/' ./package.json
       yarn --prod
     popd

jackro commented on 2024-12-29 23:31 (UTC)

I was able to fix the build errors with https://github.com/jackrosenthal/pkgbuild/commit/fe517909aa12c7a0c4e51622f0ab10d130f544b6

rharish commented on 2024-12-29 17:56 (UTC)

Build fails with error:

error heroku@10.0.0: The engine "node" is incompatible with this module. Expected version "~20.x". Got "23.4.0"
error Found incompatible module.

borisb commented on 2024-11-27 11:58 (UTC) (edited on 2024-11-27 12:00 (UTC) by borisb)

The upstream git repo contains a .tool-versions file. This makes the build fail for us that have asdf installed, unless we already have the specific node version listed in there (currently node 16). The package should use the distro's nodejs anyway.

I had to add rm .tool-versions to PKGBUILD after the pushd "cli" line in prepare() to make it work.

RealGecko commented on 2024-07-18 11:30 (UTC)

9.0.0 freezes on link step

rnestler commented on 2023-09-28 17:56 (UTC)

I've adopted the Heroku-cli-bin package, I'd be happy to pitch in here as well if you're looking for someone to (help) maintain!

Sure! I'll add you as a maintainer.

ChloeColman commented on 2023-08-17 17:00 (UTC)

I've adopted the Heroku-cli-bin package, I'd be happy to pitch in here as well if you're looking for someone to (help) maintain!

Lulzagna commented on 2023-07-05 14:17 (UTC)

Cannot build with yarn-berry, which makes sense as all commands in the PKGBUILD assume yarn v1. It looks like Arch treats yarn-berry as being synonymous with yarn, which is not true at all.

If you have trouble building this package, make sure yarn -v returns v1. If it doesn't, uninstall your yarn dependency and install yarn and try again.

rnestler commented on 2022-12-10 14:32 (UTC)

I took over maintenance of the package and pushed an update to 7.76.1. Let me know if you have any issues.

Also let me know if you want to help maintaining the package, then I can add you as a co-maintainer.

rnestler commented on 2022-10-28 13:55 (UTC)

@sampsoncrowley I'd we willing to help maintain the package. Can you add me as a co-maintainer?