summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2022-11-28 11:15:32 -0500
committerStorm Dragon2022-11-28 11:15:32 -0500
commit09c85e37e2b8f78b7d642d223d2a3a03c165052d (patch)
tree23ec45bd66a389f4e614e82ec63d3325e98699e3 /PKGBUILD
parent1bc57f19ef1e7ed30e7425e5713bce1ff9cd89be (diff)
downloadaur-libsonic-git.tar.gz
Added fftw to make depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd644c66d51b..fa538f40c536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('aarch64' 'armv7h' 'x86_64')
url="https://github.com/waywardgeek/sonic"
license=('Apache')
depends=('gcc')
-makedepends=('git')
+makedepends=('git' 'fftw')
provides=("libsonic=${pkgver}")
conflicts=('libsonic')
source=("git+https://github.com/waywardgeek/${_pkgname}.git")