diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:56 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:56 +0200 |
commit | dc983e11678d7a491370104b1184b0bb83e55254 (patch) | |
tree | 50f1b7d08d3cbeb5d83708fd3e5906742e57227b | |
parent | 268664c5fe4a30f078b10528ee2b88a0bde06ced (diff) | |
download | archlinuxewe-dc983e11678d7a491370104b1184b0bb83e55254.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 a79744b6c..6d4f11fa6 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.2.1 -pkgrel=1 +pkgrel=2 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=( |