diff options
author | Erich Eckner <git@eckner.net> | 2021-05-17 06:02:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-05-17 06:02:18 +0200 |
commit | f0e6d70ac33a24a240a866ac48079a890aa8257d (patch) | |
tree | 190d62d88061a5523c3ad082a05d6e9895e67193 /python-fisx | |
parent | 48de46e9a520f1bac8c143614e7305a72d27e9dc (diff) | |
download | archlinuxewe-f0e6d70ac33a24a240a866ac48079a890aa8257d.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 27752d6b6..f18eeaf28 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.2.0 -pkgrel=2 +pkgrel=3 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.2.0' + 'gcc-libs=11.1.0' 'glibc>=2.31' ) makedepends=( |