summarylogtreecommitdiffstats
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
parent0e5905ec16dfa4f0f9b070451a819512fe938892 (diff)
downloadaur-9f0c27e93f5ba59d9c8af2e502e49ed493a68046.tar.gz
Update description and dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7e384f510d..219b6a254a46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpb-git
pkgdesc = MIT Photonic-Bands: computation of photonic band structures in periodic media
- pkgver = 1.5.r57.gab32dcc
+ pkgver = 1.5.r60.g654c4a1
pkgrel = 1
url = https://github.com/stevengj/mpb
arch = i686
@@ -10,7 +10,8 @@ pkgbase = mpb-git
depends = lapack
depends = hdf5
depends = fftw-mpi
- depends = libctl
+ depends = libctl-git
+ optdepends = h5utils: visualization and conversion of scientific data
provides = mpb
conflicts = mpb
source = git+https://github.com/stevengj/mpb.git
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')