summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2018-01-03 17:04:15 -0200
committerLucas Heitzmann Gabrielli2018-01-03 17:04:15 -0200
commitfb16757d1b816fd4bbd58e763272871aa9adecee (patch)
treebc474b335be0e17a2c085b19fe888e1a5dc92b82
parent222749f861a73a978dbb7377077d7d47883ab739 (diff)
downloadaur-fb16757d1b816fd4bbd58e763272871aa9adecee.tar.gz
Update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 710bb4b83e2a..90794a1e8351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meep-git
pkgdesc = Free finite-difference time-domain (FDTD) software for electromagnetic simulations (includes python interface)
pkgver = 1.3.r125.gfc1b6b0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stevengj/meep
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = meep-git
optdepends = h5utils: visualization and conversion of scientific data
optdepends = python-h5py: process HDF5 data from python
optdepends = python-mpi4py: use MPI from the python interface
- optdepends = mpb: calculation of electromagnetic modes
+ optdepends = mpb-git: calculation of electromagnetic modes
provides = meep
conflicts = meep
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 8b501ee901d1..d8ed549a9be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=meep-git
pkgver=1.3.r125.gfc1b6b0
-pkgrel=1
+pkgrel=2
pkgdesc='Free finite-difference time-domain (FDTD) software for electromagnetic simulations (includes python interface)'
arch=('i686' 'x86_64')
url='https://github.com/stevengj/meep'
@@ -11,7 +11,7 @@ makedepends=('gcc-fortran' 'suitesparse')
optdepends=('h5utils: visualization and conversion of scientific data'
'python-h5py: process HDF5 data from python'
'python-mpi4py: use MPI from the python interface'
- 'mpb: calculation of electromagnetic modes')
+ 'mpb-git: calculation of electromagnetic modes')
options=('!libtool' '!makeflags')
provides=('meep')
conflicts=('meep')