diff options
author | Erich Eckner <git@eckner.net> | 2022-08-23 21:11:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-09-11 21:18:30 +0200 |
commit | 86dbae26da990e2af969c221ad760d1497dba26a (patch) | |
tree | b75913d3e4f762de8f08a2b202ca1e0187a29c35 | |
parent | b6403157cc9cc548e9f55dc583810c37800789ff (diff) | |
download | archlinuxewe-86dbae26da990e2af969c221ad760d1497dba26a.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 3fd3b1bc0..0f35b3c76 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.2.0 -pkgrel=65 +pkgrel=66 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.1.1' + 'gcc-libs=12.2.0' 'glibc>=2.31' ) makedepends=( |