summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2018-01-03 17:06:50 -0200
committerLucas Heitzmann Gabrielli2018-01-03 17:06:50 -0200
commit9f0c27e93f5ba59d9c8af2e502e49ed493a68046 (patch)
treeae2a8a868f67e74cc6cbb3ba7b5ce9a26fabb5c9 /PKGBUILD
parent0e5905ec16dfa4f0f9b070451a819512fe938892 (diff)
downloadaur-9f0c27e93f5ba59d9c8af2e502e49ed493a68046.tar.gz
Update description and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6b6150d4043..81b6c9b45043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=mpb-git
-pkgver=1.5.r57.gab32dcc
+pkgver=1.5.r60.g654c4a1
pkgrel=1
pkgdesc='MIT Photonic-Bands: computation of photonic band structures in periodic media'
arch=('i686' 'x86_64')
url='https://github.com/stevengj/mpb'
license=('GPL2')
-depends=('lapack' 'hdf5' 'fftw-mpi' 'libctl')
+depends=('lapack' 'hdf5' 'fftw-mpi' 'libctl-git')
makedepends=('gcc-fortran')
+optdepends=('h5utils: visualization and conversion of scientific data')
provides=('mpb')
conflicts=('mpb')
source=('git+https://github.com/stevengj/mpb.git')