diff options
author | Erich Eckner <git@eckner.net> | 2020-06-05 14:59:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-06-05 14:59:47 +0200 |
commit | db81741417f60c7538afdf591d5a6e4a9272626b (patch) | |
tree | 23e8fadabf7b37a9dc54dadc71f89d6df23140fd | |
parent | 8f9d9f3116b969067a2fdf819874eb42e07ddbfb (diff) | |
download | python-postpic-db81741417f60c7538afdf591d5a6e4a9272626b.tar.xz |
python-postpic: 0.4-4 -> 0.4-5
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = python-postpic pkgdesc = The open source particle-in-cell post processor. pkgver = 0.4 - pkgrel = 4 + pkgrel = 5 url = https://github.com/skuschel/postpic arch = i686 arch = pentium4 @@ -10,6 +10,7 @@ pkgbase = python-postpic makedepends = python-setuptools makedepends = cython makedepends = python-h5py + depends = glibc>=2.31 depends = python>=3.8 depends = python<3.9 depends = python-matplotlib @@ -3,12 +3,16 @@ pkgname=python-postpic _pkgname="${pkgname#*-}" pkgver=0.4 -pkgrel=4 +pkgrel=5 pkgdesc='The open source particle-in-cell post processor.' url='https://github.com/skuschel/postpic' arch=('i686' 'pentium4' 'x86_64') license=('GPL3') +_pinned_dependencies=( + 'glibc>=2.31' +) depends=( + "${_pinned_dependencies[@]}" 'python>=3.8' 'python<3.9' 'python-matplotlib' |