summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPLaSK Buildbot2021-11-19 19:13:48 +0100
committerPLaSK Buildbot2021-11-19 19:13:48 +0100
commit091ec7236d724b4952ff054c1d929864f68eee50 (patch)
treed938fc3d6c725b69945291d23d486ba5f5307d96
parent64857e2cb258aeffe7b7af20849b41ec858264d4 (diff)
downloadaur-091ec7236d724b4952ff054c1d929864f68eee50.tar.gz
PLaSK 2021.11.19
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc7ec9114386..6f0a9b39609b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plask
pkgdesc = Photonic LAser Simulation Kit: a comprehensive tool for numerical analysis of broad range of physical phenomena in photonic devices
- pkgver = 2021.11.09
+ pkgver = 2021.11.19
pkgrel = 1
url = https://plask.app
arch = x86_64
@@ -17,13 +17,14 @@ pkgbase = plask
depends = python-lxml
depends = python-yaml
depends = pyside2
+ depends = libx11
optdepends = python-h5py: for saving results to files
optdepends = python-scipy: for scientific tools
optdepends = python-jedi: for Python hints in GUI
optdepends = python-paramiko: for remote computation launching
optdepends = ipython: for interactive shell
- noextract = plask-2021.11.09.tar.zst
- source = plask-2021.11.09.tar.zst::https://get.plask.app/packages/plask-2021.11.09-1-x86_64.pkg.tar.zst
- sha256sums = 4b3b16873eb8ef25a01b86b4f8e7982908f1588c96d16b0e5990cc6b5dc4d961
+ noextract = plask-2021.11.19.tar.zst
+ source = plask-2021.11.19.tar.zst::https://get.plask.app/packages/plask-2021.11.19-1-x86_64.pkg.tar.zst
+ sha256sums = 570ebd6f2317d445b9d7f2b659c9e54c746612309bccef1d8397ec38564df235
pkgname = plask
diff --git a/PKGBUILD b/PKGBUILD
index 453bf344d1d1..21468ec1d20d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maciej Dems <maciej.dems@p.lodz.pl>
pkgname=plask
-pkgver=2021.11.09
+pkgver=2021.11.19
pkgrel=1
pkgdesc="Photonic LAser Simulation Kit: a comprehensive tool for numerical
analysis of broad range of physical phenomena in photonic devices"
@@ -8,14 +8,14 @@ url="https://plask.app"
arch=('x86_64')
license=('custom')
depends=('boost-libs' 'expat' 'openmp' 'intel-mkl' 'lapack' 'qt5-declarative' 'qt5-tools'
- 'python-numpy' 'python-matplotlib' 'python-lxml' 'python-yaml' 'pyside2')
+ 'python-numpy' 'python-matplotlib' 'python-lxml' 'python-yaml' 'pyside2' 'libx11')
optdepends=('python-h5py: for saving results to files'
'python-scipy: for scientific tools'
'python-jedi: for Python hints in GUI'
'python-paramiko: for remote computation launching'
'ipython: for interactive shell')
source=("plask-$pkgver.tar.zst::https://get.plask.app/packages/plask-$pkgver-1-x86_64.pkg.tar.zst")
-sha256sums=('4b3b16873eb8ef25a01b86b4f8e7982908f1588c96d16b0e5990cc6b5dc4d961')
+sha256sums=('570ebd6f2317d445b9d7f2b659c9e54c746612309bccef1d8397ec38564df235')
noextract=("plask-$pkgver.tar.zst")
package() {