diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-23 12:52:23 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-23 12:52:23 +0200 |
commit | 82644ce1687f3bb9039688afcfee94ea67309e1c (patch) | |
tree | 14be256d441c2b35906b62bdc543cf2bbe19f02a | |
parent | 4ea32e88a1d362252e09416ae9569448d44b6b9c (diff) | |
download | archlinuxewe-82644ce1687f3bb9039688afcfee94ea67309e1c.tar.xz |
python-fisx: rebuild
-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 d2331aab2..b59683152 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.3.1 -pkgrel=9 +pkgrel=10 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=14.1.1+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r309+gbb34b7eda1f' 'glibc>=2.31' ) depends=( |