summaryrefslogtreecommitdiff
path: root/python-fisx
diff options
context:
space:
mode:
Diffstat (limited to 'python-fisx')
-rw-r--r--python-fisx/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD
index 28a993e1a..a79744b6c 100644
--- a/python-fisx/PKGBUILD
+++ b/python-fisx/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=python-fisx
_pkgname="${pkgname#*-}"
-pkgver=1.2.0
-pkgrel=67
+pkgver=1.2.1
+pkgrel=1
pkgdesc='Enhanced C++ port of the Physics routines used by PyMca'
arch=('i686' 'pentium4' 'x86_64')
url='https://github.com/vasole/fisx'
@@ -11,19 +11,18 @@ _pinned_dependencies=(
'gcc-libs=12.2.1'
'glibc>=2.31'
)
-makedepends=(
- 'cython>=0.17'
- 'python-numpy'
- 'python-setuptools')
depends=(
"${_pinned_dependencies[@]}"
'python>=3.10'
'python<3.11'
'python-numpy')
+makedepends=(
+ 'cython>=0.17'
+ 'python-setuptools')
source=(
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/vasole/${_pkgname}/archive/v${pkgver}.tar.gz"
)
-sha512sums=('f063437fe55cd78d06dd13df5083cf91199c18c4e3b3cf307e8ca6da07fe18a0c7753e741538d838da90932ca6c7f7977a048c4f153795777e954a336f8cce41')
+sha512sums=('189fc9b8f7ecde0c60212d967f10acd320eaf33218cdb99ed3a446cbde33fc93a87b93d1b2a80d53a5eae338900ccaa21d31905b2ab9deed8fcb1fc12b56ca89')
build() {
cd "${_pkgname}-${pkgver}"