summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-10-07 11:42:36 +0200
committerhaawda2020-10-07 11:42:36 +0200
commita47b9fbb4dac491ff5b0feae3d23e5062ef3d442 (patch)
tree80285485c43200e81a94935329b453c572b8be8a
parentb8bc6213af964ef0eec5f23dc4c4d0cb1f3ea5a2 (diff)
downloadaur-a47b9fbb4dac491ff5b0feae3d23e5062ef3d442.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f769fc23e88..5a1d513fe194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpb
pkgdesc = A program for computing the band structures and electromagnetic modes
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://mpb.readthedocs.io
arch = i686
@@ -12,8 +12,8 @@ pkgbase = mpb
depends = fftw
depends = libctl
depends = guile
- source = https://github.com/NanoComp/mpb/releases/download/v1.10.0/mpb-1.10.0.tar.gz
- sha256sums = 3cd3366aca40eacb8fc01476adfd9e376fd0f81ef6109cef4f85b15218a3514f
+ source = https://github.com/NanoComp/mpb/releases/download/v1.11.0/mpb-1.11.0.tar.gz
+ sha256sums = 5852a0a40cd035ffcbab9cfdab759be731bfe1d9c8cc491120acbac26731d4a0
pkgname = mpb
diff --git a/PKGBUILD b/PKGBUILD
index 3e69b2ac272e..41898d7da7dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mpb
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="A program for computing the band structures and electromagnetic modes"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('GPL')
depends=('lapack' 'hdf5' 'fftw' 'libctl' 'guile')
makedepends=('gcc-fortran')
source=(https://github.com/NanoComp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('3cd3366aca40eacb8fc01476adfd9e376fd0f81ef6109cef4f85b15218a3514f')
+sha256sums=('5852a0a40cd035ffcbab9cfdab759be731bfe1d9c8cc491120acbac26731d4a0')
prepare() {
cp -r $pkgname-$pkgver $pkgname-inv