diff options
Diffstat (limited to 'python-fisx/PKGBUILD')
-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=( |