[arch-commits] Commit in fftw/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Thu Apr 9 21:31:36 UTC 2009
Date: Thursday, April 9, 2009 @ 17:31:36
Author: ronald
Revision: 34512
upgpkg: fftw 3.2.1-1
Modified:
fftw/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-09 21:18:12 UTC (rev 34511)
+++ PKGBUILD 2009-04-09 21:31:36 UTC (rev 34512)
@@ -3,16 +3,17 @@
# Contributor: damir <damir at archlinux.org>
pkgname=fftw
-pkgver=3.2
+pkgver=3.2.1
pkgrel=1
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.fftw.org/"
-depends=('glibc')
+depends=('glibc' 'bash')
options=(!libtool)
source=(http://www.fftw.org/${pkgname}-${pkgver}.tar.gz)
install=fftw.install
+md5sums=('712d3f33625a0a76f5758648d4b925f7')
# notes:
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
More information about the arch-commits
mailing list