diff options
author | Erich Eckner <git@eckner.net> | 2020-08-25 09:16:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-25 09:16:42 +0200 |
commit | fb451ba021d264a0f1b22d7463213cc29574de35 (patch) | |
tree | 29a08171960fe6caaf2858e387a80a4bea7f0d27 /python-fisx | |
parent | 93cfd453c69ce1c7b9572ebc9fc3a24f4a02d629 (diff) | |
download | archlinuxewe-fb451ba021d264a0f1b22d7463213cc29574de35.tar.xz |
python-fisx: rebuild
Diffstat (limited to 'python-fisx')
-rw-r--r-- | python-fisx/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD index 0a4fab384..34c839f25 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.1.8 -pkgrel=6 +pkgrel=7 pkgdesc='Enhanced C++ port of the Physics routines used by PyMca' arch=('i686' 'pentium4' 'x86_64') url='https://github.com/vasole/fisx' license=('MIT License') _pinned_dependencies=( - 'gcc-libs=10.1.0' + 'gcc-libs=10.2.0' 'glibc>=2.31' ) depends=( |