diff options
author | Erich Eckner <git@eckner.net> | 2022-02-14 23:42:35 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-02-14 23:42:35 +0100 |
commit | 44e3ea926a654f6c27acc15c215c37fc2968e89e (patch) | |
tree | edab141e4431883d6b4d819c5e2a35a73845d137 | |
parent | 8ab0e083d18ab4327353807e24b2e8e84d71db89 (diff) | |
download | archlinuxewe-44e3ea926a654f6c27acc15c215c37fc2968e89e.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 054e8f7be..b20c12420 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.2.0 -pkgrel=62 +pkgrel=63 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=11.1.0' + 'gcc-libs=11.2.0' 'glibc>=2.31' ) makedepends=( |