summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Dems2022-01-12 19:15:59 +0100
committerMaciej Dems2022-01-12 19:15:59 +0100
commitdb9b5f8d6fd312af24509bc5ee3badf6329eb5a6 (patch)
tree69ffc34033f5ea44b5daa40b75ba0e4d0a98e699
parent59401acf4445b6e944c2c516118fba4d3ca5906d (diff)
downloadaur-db9b5f8d6fd312af24509bc5ee3badf6329eb5a6.tar.gz
Meep 1.22.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae22bc7abe07..60b91f0cd0af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meep-python
pkgdesc = A free finite-difference time-domain simulation software package (with Python support)
- pkgver = 1.21.0
- pkgrel = 2
+ pkgver = 1.22.0
+ pkgrel = 1
url = http://ab-initio.mit.edu/wiki/index.php/Meep
arch = x86_64
license = GPL
@@ -27,7 +27,7 @@ pkgbase = meep-python
options = !libtool
options = !makeflags
options = staticlibs
- source = meep-1.21.0.tar.gz::https://github.com/NanoComp/meep/archive/v1.21.0.tar.gz
- sha256sums = 71911cd2f38b15bdafe9a27ad111f706f24717894d5f9b6f9f19c6c10a0d5896
+ source = meep-1.22.0.tar.gz::https://github.com/NanoComp/meep/archive/v1.22.0.tar.gz
+ sha256sums = f7486a1f25f8e90a5f39785ad9c1f7a029f99443db7dc3a5bb44b4eba2651625
pkgname = meep-python
diff --git a/PKGBUILD b/PKGBUILD
index bc943ac98b16..308d6cdcc665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Maciej Dems <maciej.dems@p.lodz.pl>
pkgname=meep-python
-pkgver=1.21.0
-pkgrel=2
+pkgver=1.22.0
+pkgrel=1
pkgdesc="A free finite-difference time-domain simulation software package (with Python support)"
arch=('x86_64')
url="http://ab-initio.mit.edu/wiki/index.php/Meep"
@@ -18,7 +18,7 @@ optdepends=('h5utils: for visualization and conversion of scientific data'
options=('!libtool' '!makeflags' 'staticlibs')
conflicts=('meep')
source=("meep-$pkgver.tar.gz::https://github.com/NanoComp/meep/archive/v$pkgver.tar.gz")
-sha256sums=('71911cd2f38b15bdafe9a27ad111f706f24717894d5f9b6f9f19c6c10a0d5896')
+sha256sums=('f7486a1f25f8e90a5f39785ad9c1f7a029f99443db7dc3a5bb44b4eba2651625')
build() {
cd meep-$pkgver