summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2016-08-06 16:08:44 +0300
committerGordonGR2016-08-06 16:08:44 +0300
commit4427cfab48db70422931eed701373f1ada7171aa (patch)
tree2b43950e6b0159f4b420a23ec11e972996801b20 /PKGBUILD
parent82801f5396108875e7e80c1ce4874f320fdbd929 (diff)
downloadaur-4427cfab48db70422931eed701373f1ada7171aa.tar.gz
3.3.5-1: Upstream update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b036fb20a55..b38d17248830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=fftw
pkgname=lib32-${_pkgname}
-pkgver=3.3.4
+pkgver=3.3.5
pkgrel=1
pkgdesc="A library for computing the discrete Fourier transform (DFT) (32 bit)"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('lib32-glibc' "${_pkgname}")
makedepends=('gcc-fortran-multilib')
options=('!libtool')
source=("http://www.fftw.org/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('2edab8c06b24feeb3b82bbb3ebf3e7b3')
+md5sums=('6cc08a3b9c7ee06fdd5b9eb02e06f569')
# notes:
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69