summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2022-06-05 20:46:41 -0300
committerLucas Heitzmann Gabrielli2022-06-05 20:46:41 -0300
commit917d12ccadefc32f5760ae8172beb4104b31868b (patch)
treed7e0a485d6c1e4f63c86a6f765dd9ccc97113855
parentc7992b7c2123fd476959a4cebffc4314f044caf8 (diff)
downloadaur-meep-git.tar.gz
Repo update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 696de51a05ad..5718744705f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = meep-git
pkgdesc = Free finite-difference time-domain (FDTD) software for electromagnetic simulations (includes python interface)
- pkgver = 1.7.0.r22.g8f4ea5b4
+ pkgver = 1.23.0.r21.g91d36ba7
pkgrel = 1
- url = https://github.com/stevengj/meep
+ url = https://github.com/NanoComp/meep
arch = i686
arch = x86_64
license = GPL2
@@ -21,14 +21,12 @@ 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-git: calculation of electromagnetic modes
optdepends = libgdsii-git: support for GDSII files
- provides = meep
+ provides = meep=1.23.0.r21.g91d36ba7
conflicts = meep
options = !libtool
options = !makeflags
- source = git+https://github.com/stevengj/meep.git
+ source = git+https://github.com/NanoComp/meep.git
sha256sums = SKIP
pkgname = meep-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ed4bc3d6fbd3..2131c4b4b52e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,21 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=meep-git
-pkgver=1.7.0.r22.g8f4ea5b4
+pkgver=1.23.0.r21.g91d36ba7
pkgrel=1
pkgdesc='Free finite-difference time-domain (FDTD) software for electromagnetic simulations (includes python interface)'
arch=('i686' 'x86_64')
-url='https://github.com/stevengj/meep'
+url='https://github.com/NanoComp/meep'
license=('GPL2')
depends=('harminv-git' 'libctl-git' 'mpb-git' 'hdf5' 'gsl' 'fftw' 'openmpi' 'suitesparse' 'swig' 'python-numpy')
makedepends=('gcc-fortran' 'git')
optdepends=('h5utils: visualization and conversion of scientific data'
'python-h5py: process HDF5 data from python'
'python-mpi4py: use MPI from the python interface'
- 'mpb-git: calculation of electromagnetic modes'
'libgdsii-git: support for GDSII files')
options=('!libtool' '!makeflags')
-provides=('meep')
+provides=("meep=${pkgver}")
conflicts=('meep')
-source=('git+https://github.com/stevengj/meep.git')
+source=('git+https://github.com/NanoComp/meep.git')
sha256sums=('SKIP')
pkgver() {