summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-10-24 01:24:48 +0200
committerhaawda2020-10-24 01:24:48 +0200
commitb205eecabf908a00632f5d3df272a2032f5afb11 (patch)
tree79eda65dd00d0fb5d2f5774a6b5382929ae023e2
parenta47b9fbb4dac491ff5b0feae3d23e5062ef3d442 (diff)
downloadaur-b205eecabf908a00632f5d3df272a2032f5afb11.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 5a1d513fe194..f5e2911e460d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpb
pkgdesc = A program for computing the band structures and electromagnetic modes
- pkgver = 1.11.0
+ pkgver = 1.11.1
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.11.0/mpb-1.11.0.tar.gz
- sha256sums = 5852a0a40cd035ffcbab9cfdab759be731bfe1d9c8cc491120acbac26731d4a0
+ source = https://github.com/NanoComp/mpb/releases/download/v1.11.1/mpb-1.11.1.tar.gz
+ sha256sums = dc55b081c56079727dac92d309f8e4ea84ca6eea9122ec24b7955f8c258608e1
pkgname = mpb
diff --git a/PKGBUILD b/PKGBUILD
index 41898d7da7dd..759f9cd93b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mpb
-pkgver=1.11.0
+pkgver=1.11.1
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=('5852a0a40cd035ffcbab9cfdab759be731bfe1d9c8cc491120acbac26731d4a0')
+sha256sums=('dc55b081c56079727dac92d309f8e4ea84ca6eea9122ec24b7955f8c258608e1')
prepare() {
cp -r $pkgname-$pkgver $pkgname-inv