Package Details: nohang 0.3.0-2

Git Clone URL: https://aur.archlinux.org/nohang.git (read-only, click to copy)
Package Base: nohang
Description: A sophisticated low memory handler.
Upstream URL: https://github.com/hakavlad/nohang
Licenses: MIT
Submitter: librewish
Maintainer: flaviut
Last Packager: flaviut
Votes: 14
Popularity: 0.64
First Submitted: 2021-03-16 11:40 (UTC)
Last Updated: 2026-01-12 23:03 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

pjpreilly commented on 2026-01-04 18:10 (UTC)

Hmmm....

Keen_Dreams commented on 2025-12-26 19:42 (UTC) (edited on 2025-12-26 19:43 (UTC) by Keen_Dreams)

On line 23 please replace

cd "$srcdir/$pkgname"

with

cd "$srcdir/$pkgname"-"$pkgver"

so that it goes into the correct directory.

I second this, installed manually for now, please implement fix.

00ein00 commented on 2025-12-23 06:14 (UTC) (edited on 2025-12-23 06:14 (UTC) by 00ein00)

On line 23 please replace

cd "$srcdir/$pkgname"

with

  cd "$srcdir/$pkgname"-"$pkgver"

so that it goes into the correct directory.

bezerkk commented on 2025-12-22 11:36 (UTC) (edited on 2025-12-22 11:37 (UTC) by bezerkk)

==> Entering fakeroot environment... ==> Starting package()... /home/carl/.cache/yay/nohang/PKGBUILD: line 23: cd: /home/carl/.cache/yay/nohang/src/nohang: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: nohang-exit status 4 -> Failed to install the following packages. Manual intervention is required: nohang - exit status 4 There's an error in file PKGBUILD...

yochananmarqos commented on 2021-03-18 01:21 (UTC)

  • The _pkgname variable is completely unnecessary here.
  • systemd is a missing dependency.
  • libnotify and sudo should be optional dependencies, see Requirements. logrotate should also be.
  • There is no need for a conflicts() array, a package already provides and conflicts with itself.
  • The source should use a git tag, otherwise the version file can't be written, see the Makefile.
  • install should not be used as chcon and daemon-reload cannot be run in a fakeroot environment. Use make base units instead.

Improved PKGBUILD