Package Details: rscw 0.1e-1

Git Clone URL: https://aur.archlinux.org/rscw.git (read-only, click to copy)
Package Base: rscw
Description: RSCW: receive CW through the soundcard
Upstream URL: http://www.pa3fwm.nl/software/rscw/
Submitter: Levitating
Maintainer: Levitating
Last Packager: Levitating
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-13 18:07 (UTC)
Last Updated: 2023-09-13 18:07 (UTC)

Required by (0)

Sources (1)

Latest Comments

yjun commented on 2025-02-17 14:26 (UTC) (edited on 2025-02-17 14:40 (UTC) by yjun)

There is no need to add gcc to depends, as gcc has already been installed as a dependency of base-devel.

The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array.

https://wiki.archlinux.org/title/PKGBUILD#makedepends

also, We need to add the dependency fftw.

diff --git a/PKGBUILD b/PKGBUILD
index f251083..87b4f62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
 pkgdesc="RSCW: receive CW through the soundcard"
 url="http://www.pa3fwm.nl/software/rscw/"
 arch=(x86_64)
-depends=(gtk2 gcc)
+depends=(gtk2 fftw)
 source=("$pkgname-$pkgver.tgz")
 sha256sums=('6246ac8557b2f1ba85e7ecd7b8838718b117f18b2d06e549c836cac270edbcc3')