diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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' |