diff options
author | Erich Eckner <git@eckner.net> | 2024-05-23 18:22:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-23 18:22:09 +0200 |
commit | 9650759b28fb56c8e80a09302511797b13a68f54 (patch) | |
tree | 91759add6229d7b3c3682e1c774fddaf1fb14442 /python-fisx | |
parent | 193f0f017739c25bb7d4d71970d976a8ba91d7f2 (diff) | |
download | archlinuxewe-9650759b28fb56c8e80a09302511797b13a68f54.tar.xz |
python-fisx: rebuild
Diffstat (limited to 'python-fisx')
-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 51d29c77d..638459220 100644 --- a/python-fisx/PKGBUILD +++ b/python-fisx/PKGBUILD @@ -2,13 +2,13 @@ pkgname=python-fisx _pkgname="${pkgname#*-}" pkgver=1.3.1 -pkgrel=7 +pkgrel=8 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=14.1.1+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.31' ) depends=( |