[arch-commits] Commit in fftw/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Fri Sep 2 17:27:04 UTC 2011
Date: Friday, September 2, 2011 @ 13:27:03
Author: ronald
Revision: 136895
upgpkg: fftw 3.3-1
bump to 3.3
Modified:
fftw/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-02 17:09:04 UTC (rev 136894)
+++ PKGBUILD 2011-09-02 17:27:03 UTC (rev 136895)
@@ -3,8 +3,8 @@
# Contributor: damir <damir at archlinux.org>
pkgname=fftw
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.3
+pkgrel=1
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -14,13 +14,13 @@
options=(!libtool)
source=(http://www.fftw.org/${pkgname}-${pkgver}.tar.gz)
install=fftw.install
+sha1sums=('e44493ba4babeacba184568e727876d9aed44205')
# notes:
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
# http://www.fftw.org/faq/section2.html#singleprec
# http://www.fftw.org/fftw3_doc/Precision.html#Precision
-md5sums=('b616e5c91218cc778b5aa735fefb61ae')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list