summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam2018-08-22 13:17:30 +0800
committerAdam2018-08-22 13:17:56 +0800
commitc381821c1acec7cef1c6914b86705c33a824ddb0 (patch)
tree223ba463fa97ef65c6937653c87526b3cb405269
parente74d0f0eee872fe012ba7d23bf822952d188bb83 (diff)
downloadaur-c381821c1acec7cef1c6914b86705c33a824ddb0.tar.gz
Update to version 3.3.8
Signed-off-by: Adam <adam900710@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8389563bb68..151fb79af5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Sat Nov 4 16:00:53 UTC 2017
pkgbase = lib32-fftw
pkgdesc = A library for computing the discrete Fourier transform (DFT) (32 bit)
- pkgver = 3.3.7
+ pkgver = 3.3.8
pkgrel = 1
url = http://www.fftw.org/
arch = x86_64
license = GPL2
- makedepends = gcc-fortran-multilib
+ makedepends = gcc-fortran
depends = lib32-glibc
depends = fftw
options = !libtool
- source = http://www.fftw.org/fftw-3.3.7.tar.gz
- md5sums = 0d5915d7d39b3253c1cc05030d79ac47
+ source = http://www.fftw.org/fftw-3.3.8.tar.gz
+ sha1sums = 59831bd4b2705381ee395e54aa6e0069b10c3626
pkgname = lib32-fftw
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..fcc8351203b7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.*
+*.pkg.tar
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 7ecd8c20166d..33f5f19c1661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: GordonGR <ntheo1979@gmail.com>
+# Maintainer: Adam <adam900710@gmail.com>
+# Contributor: GordonGR <ntheo1979@gmail.com>
# Contributor: josephgbr <rafael.f.f1@gmail.com>
_pkgname=fftw
pkgname=lib32-${_pkgname}
-pkgver=3.3.7
+pkgver=3.3.8
pkgrel=1
pkgdesc="A library for computing the discrete Fourier transform (DFT) (32 bit)"
arch=('x86_64')
license=('GPL2')
url="http://www.fftw.org/"
depends=('lib32-glibc' "${_pkgname}")
-makedepends=('gcc-fortran-multilib')
+makedepends=('gcc-fortran')
options=('!libtool')
source=("http://www.fftw.org/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('0d5915d7d39b3253c1cc05030d79ac47')
+sha1sums=('59831bd4b2705381ee395e54aa6e0069b10c3626')
# notes:
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69