diff --git a/pkg.info b/pkg.info index 25e1211..24c26eb 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,13 @@ name: fftw description: C subroutine library for computing the discrete Fourier transform -version: 3.3.10 -revision: 2 +version: 3.3.11 +revision: 1 url: http://www.fftw.org/ license: GPL2-or-later +maintainers: + - enumdev@enumerated.dev architecture: any -depends: ["gcc-libs", "glibc"] type: source +depends: + - gcc-libs + - glibc