summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2021-10-07 13:41:10 +0200
committerMartin Diehl2021-10-07 13:41:10 +0200
commit6efb1001da11e52acec17e06226c94e523e44033 (patch)
treed121b5836e9431a8d710fa72a01c83021ab736a6
parentbd7e4bc578f855c018edf7af87314a5f6d3d5294 (diff)
downloadaur-6efb1001da11e52acec17e06226c94e523e44033.tar.gz
correct package names
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 579da3d4b26b..8a165333512d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = damask
pkgdesc = DAMASK - The Duesseldorf Advanced Material Simulation Kit
pkgver = 3.0.0~alpha5
- pkgrel = 1
+ pkgrel = 2
url = https://damask.mpie.de
arch = x86_64
license = GPL3
@@ -33,6 +33,6 @@ pkgname = python-damask
depends = python-pandas
depends = python-h5py
depends = python-pyaml
- optdepends = seaborn: post-processing
- optdepends = jupterlab: comfortable shell
+ optdepends = python-seaborn: post-processing
+ optdepends = jupyterlab: comfortable shell
optdepends = ipython: comfortable shell
diff --git a/PKGBUILD b/PKGBUILD
index 84aa401e48fe..a9d5cf829c07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=damask
pkgname=('damask' 'damask-grid' 'damask-mesh' 'python-damask')
pkgver=3.0.0~alpha5
pkgver_=3.0.0-alpha5
-pkgrel=1
+pkgrel=2
pkgdesc='DAMASK - The Duesseldorf Advanced Material Simulation Kit'
arch=('x86_64')
url='https://damask.mpie.de'
@@ -50,8 +50,8 @@ package_damask-mesh() {
package_python-damask() {
depends=('python-matplotlib' 'python-scipy' 'python-pandas' 'python-h5py' 'python-pyaml')
- optdepends=('seaborn: post-processing'
- 'jupterlab: comfortable shell'
+ optdepends=('python-seaborn: post-processing'
+ 'jupyterlab: comfortable shell'
'ipython: comfortable shell')
install -Dm644 ${pkgbase}-${pkgver_}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE