summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErich Eckner2020-06-05 14:59:47 +0200
committerErich Eckner2020-06-05 14:59:47 +0200
commitdb81741417f60c7538afdf591d5a6e4a9272626b (patch)
tree23e8fadabf7b37a9dc54dadc71f89d6df23140fd
parent8f9d9f3116b969067a2fdf819874eb42e07ddbfb (diff)
downloadaur-db81741417f60c7538afdf591d5a6e4a9272626b.tar.gz
python-postpic: 0.4-4 -> 0.4-5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1faef43228d..5a6e19181210 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 63151c5114c6..53a06df79e4a 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'