summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ee4a164e2b4..e41d01c3255f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0
- pkgrel = 2
+ pkgver = 1.6.2
+ pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
@@ -10,11 +10,11 @@ pkgbase = fsleyes-props
makedepends = python-matplotlib
makedepends = python-deprecation
makedepends = python-wxpython>=4.0.1-2
- makedepends = fslpy>=1.8.0
+ makedepends = fslpy>=1.9.0
makedepends = fsleyes-widgets
depends = python
- source = fsleyes-props-1.6.0.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=1.6.0
- sha256sums = 8b1dd13f0c193b6e7f758c2a59f74e7c703af1390f038474dec521ec3713f768
+ source = fsleyes-props-1.6.2.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=1.6.2
+ sha256sums = 8a3345bc84e16863efc28581135da43a8b23de75697de808ee2dd82df2cf54b5
pkgname = fsleyes-props
diff --git a/PKGBUILD b/PKGBUILD
index 35cd03546239..9801915f1799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.6.2
+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')
url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
license=('Apache')
groups=()
depends=('python')
-makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=1.8.0' 'fsleyes-widgets')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=1.9.0' 'fsleyes-widgets')
optdepends=()
provides=()
conflicts=()
replaces=()
source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=$pkgver)
-sha256sums=('8b1dd13f0c193b6e7f758c2a59f74e7c703af1390f038474dec521ec3713f768')
+sha256sums=('8a3345bc84e16863efc28581135da43a8b23de75697de808ee2dd82df2cf54b5')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*