Package Details: dtach 0.9-4

Git Clone URL: https://aur.archlinux.org/dtach.git (read-only, click to copy)
Package Base: dtach
Description: emulates the detach feature of screen
Upstream URL: http://dtach.sourceforge.net/
Licenses: GPL
Submitter: xyproto
Maintainer: sauyon
Last Packager: sauyon
Votes: 5
Popularity: 0.000000
First Submitted: 2019-03-27 09:20 (UTC)
Last Updated: 2025-07-28 23:09 (UTC)

Latest Comments

kaliwraith commented on 2025-07-24 21:58 (UTC) (edited on 2025-07-24 21:59 (UTC) by kaliwraith)

I needed to make a change to the PKGBUILD to compile this.

prepare() {
    cd $pkgname-$pkgver
    sed -i 's/win_change()/win_change(int sig)/' attach.c
}