diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:24 +0200 |
commit | 0f7f3c18a06bd29197356398b6d5a472eca67028 (patch) | |
tree | d95403885f3f9e58e2e00b266db8103ee2d947c6 /python-fisx | |
parent | 5ff10d4e51123f9e87e9da300b829def4719a44b (diff) | |
download | archlinuxewe-0f7f3c18a06bd29197356398b6d5a472eca67028.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 3d3768b27..4f3c80a1f 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.2.1 -pkgrel=5 +pkgrel=6 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=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' ) depends=( |