summaryrefslogtreecommitdiff
path: root/python-fisx
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-06-06 16:52:36 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-06-07 16:28:11 +0200
commit4700d80f9f0b8966c1ae43bbbe7c5b59e0b50f7c (patch)
treeada722dc8668c729e171fa910976f5a259c4b379 /python-fisx
parentcbeba87623edeac067f8cb47c516c3360c5303e2 (diff)
downloadarchlinuxewe-4700d80f9f0b8966c1ae43bbbe7c5b59e0b50f7c.tar.xz
python-fisx 1.2.1-7 -> 1.3.1-1
Diffstat (limited to 'python-fisx')
-rw-r--r--python-fisx/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-fisx/PKGBUILD b/python-fisx/PKGBUILD
index d41d8f2d3..fa5e0f96e 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.1
-pkgrel=7
+pkgver=1.3.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'
@@ -22,7 +22,7 @@ makedepends=(
source=(
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/vasole/${_pkgname}/archive/v${pkgver}.tar.gz"
)
-sha512sums=('189fc9b8f7ecde0c60212d967f10acd320eaf33218cdb99ed3a446cbde33fc93a87b93d1b2a80d53a5eae338900ccaa21d31905b2ab9deed8fcb1fc12b56ca89')
+sha512sums=('572f85e87a6a7d03e3042413863093951c57ad254b9f902ffb2c46843eea54e80113a6bd2550c0c662563cdc6142f80762b2a51f1adb952060173abd39ade7ce')
build() {
cd "${_pkgname}-${pkgver}"