diff options
author | Erich Eckner <git@eckner.net> | 2022-08-02 20:36:11 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-08-02 20:36:11 +0200 |
commit | 9d4b8113061689df3a04ffff95626a7cb18cd006 (patch) | |
tree | 4e3142d96c6a9aa62bed42110d13208bdabab1a8 /python-fisx/PKGBUILD | |
parent | 6bae01703ce0463bc9ab0aa09b548e206a90d90b (diff) | |
download | archlinuxewe-9d4b8113061689df3a04ffff95626a7cb18cd006.tar.xz |
python-fisx: rebuild
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 4f7baba5f..3fd3b1bc0 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.2.0 -pkgrel=64 +pkgrel=65 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.0' + 'gcc-libs=12.1.1' 'glibc>=2.31' ) makedepends=( |