From db81741417f60c7538afdf591d5a6e4a9272626b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jun 2020 14:59:47 +0200 Subject: python-postpic: 0.4-4 -> 0.4-5 --- .SRCINFO | 3 ++- PKGBUILD | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d1faef4..5a6e191 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 63151c5..53a06df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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' -- cgit v1.2.3-70-g09d2