summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2017-12-06 13:36:07 +0100
committerTobias Bachmann2017-12-06 13:36:07 +0100
commit959e457efb7198c747378fcbcc919ba5e5938138 (patch)
tree644e1f8f9f2c4bc6c2126fc4c7adbc731f6dd97e /PKGBUILD
parent284d0ff8681e7c88341a78ff9166970ba620f97c (diff)
downloadaur-959e457efb7198c747378fcbcc919ba5e5938138.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4038360193b3..f7046c517a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.2.4
+pkgver=1.2.5
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')
@@ -8,13 +8,13 @@ url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
license=('Apache')
groups=()
depends=('python')
-makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'wxpython-phoenix' 'fslpy' 'fsleyes-widgets')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'wxpython-phoenix' 'fslpy>=1.4.2' '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=('fece8f2ddde7f478c66f75fe7bc7eba4a58cbcd2b8b51cae2b03301475673ed2')
+sha256sums=('2ead0e47363ceb137d4f4046bd46392347ed0e8aba043bfac727a60e8f7d4b4e')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*