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 c9aea67a346d..aef025581fbd 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.6.5
+ pkgver = 1.6.6
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -13,8 +13,8 @@ pkgbase = fsleyes-props
makedepends = fslpy>=1.11.1
makedepends = fsleyes-widgets>=0.7.3
depends = python
- source = fsleyes-props-1.6.5.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=1.6.5
- sha256sums = b3c55b602bcc52bbea25de8f18b28ad1bf4f378fbaa5e46cd10db3af2bef3c02
+ source = fsleyes-props-1.6.6.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=1.6.6
+ sha256sums = 4c8ecaad65885ad27b73bc0091de84b4b73854e97bf115800c01fffef282f16d
pkgname = fsleyes-props
diff --git a/PKGBUILD b/PKGBUILD
index 0cba88a0708b..72f9be51fb7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.6.5
+pkgver=1.6.6
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=('b3c55b602bcc52bbea25de8f18b28ad1bf4f378fbaa5e46cd10db3af2bef3c02')
+sha256sums=('4c8ecaad65885ad27b73bc0091de84b4b73854e97bf115800c01fffef282f16d')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*