summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2022-06-05 20:46:41 -0300
committerLucas Heitzmann Gabrielli2022-06-05 20:46:41 -0300
commita07e4eee7a5f623549daafaac3fc4244e6c10c86 (patch)
treeec59e3a194bb2ec0d9226363ef2160865e6db338
parent96e267a6d154e73b7009e86203e3c00eabff0de1 (diff)
downloadaur-mpb-git.tar.gz
Repo update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df607ac66fe7..473a0b3cf797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = mpb-git
pkgdesc = MIT Photonic-Bands: computation of photonic band structures in periodic media
- pkgver = 1.6.1.r5.g866d2f6
+ pkgver = 1.11.1.r12.g84de012
pkgrel = 1
- url = https://github.com/stevengj/mpb
+ url = https://github.com/NanoComp/mpb
arch = i686
arch = x86_64
license = GPL2
makedepends = gcc-fortran
depends = lapack
depends = hdf5
- depends = fftw-mpi
+ depends = fftw
depends = libctl-git
optdepends = h5utils: visualization and conversion of scientific data
- provides = mpb
+ provides = mpb=1.11.1.r12.g84de012
conflicts = mpb
- source = git+https://github.com/stevengj/mpb.git
+ source = git+https://github.com/NanoComp/mpb.git
sha256sums = SKIP
pkgname = mpb-git
-
diff --git a/PKGBUILD b/PKGBUILD
index feb4fb693833..116af78b28c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=mpb-git
-pkgver=1.6.1.r5.g866d2f6
+pkgver=1.11.1.r12.g84de012
pkgrel=1
pkgdesc='MIT Photonic-Bands: computation of photonic band structures in periodic media'
arch=('i686' 'x86_64')
-url='https://github.com/stevengj/mpb'
+url='https://github.com/NanoComp/mpb'
license=('GPL2')
-depends=('lapack' 'hdf5' 'fftw-mpi' 'libctl-git')
+depends=('lapack' 'hdf5' 'fftw' 'libctl-git')
makedepends=('gcc-fortran')
optdepends=('h5utils: visualization and conversion of scientific data')
-provides=('mpb')
+provides=("mpb=${pkgver}")
conflicts=('mpb')
-source=('git+https://github.com/stevengj/mpb.git')
+source=('git+https://github.com/NanoComp/mpb.git')
sha256sums=('SKIP')
pkgver() {