summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb52cc6f817..0e5fa680d1a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes-props
pkgdesc = The fsleyes-props project is an event programming framework, which includes the ability for automatic CLI generation and, optionally, automatic GUI generation (if wxPython is present). It is used by FSLeyes.
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -13,8 +13,8 @@ pkgbase = fsleyes-props
makedepends = fslpy
makedepends = fsleyes-widgets
depends = python
- source = fsleyes-props-1.2.3.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=1.2.3
- sha256sums = 104b0ad90053ebc30f538edbbaaed9204359c30989786243266d9acd3530e800
+ source = fsleyes-props-1.2.4.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=1.2.4
+ sha256sums = fece8f2ddde7f478c66f75fe7bc7eba4a58cbcd2b8b51cae2b03301475673ed2
pkgname = fsleyes-props
diff --git a/PKGBUILD b/PKGBUILD
index f0cf653ee845..4038360193b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="The fsleyes-props project is an event programming framework, which includes the ability for automatic CLI generation and, optionally, automatic GUI generation (if wxPython is present). It is used by FSLeyes."
arch=('any')
@@ -14,7 +14,7 @@ provides=()
conflicts=()
replaces=()
source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=$pkgver)
-sha256sums=('104b0ad90053ebc30f538edbbaaed9204359c30989786243266d9acd3530e800')
+sha256sums=('fece8f2ddde7f478c66f75fe7bc7eba4a58cbcd2b8b51cae2b03301475673ed2')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*