summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2018-09-15 20:46:46 +0200
committerTobias Bachmann2018-09-15 20:46:46 +0200
commit06d4f1026ddd6944026e48a3e9b417b39b9d1298 (patch)
treefced2f3fe6b8d939dd9ef574c34b1fc2e37ad7f9 /PKGBUILD
parent062d4764d8af4f0d66354f025aa5d905d361a537 (diff)
downloadaur-06d4f1026ddd6944026e48a3e9b417b39b9d1298.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 9801915f1799..1270c4d032e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.6.2
+pkgver=1.6.3
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' 'python-wxpython>=4.0.1-2' 'fslpy>=1.9.0' 'fsleyes-widgets')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=1.11.1' 'fsleyes-widgets>=0.6.3')
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=('8a3345bc84e16863efc28581135da43a8b23de75697de808ee2dd82df2cf54b5')
+sha256sums=('f9bcdddae7e5fe1e7cf070f14839e2ee3c19ebd4a7fc7c66b2d691cb057a94e6')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*