summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2018-05-05 14:30:07 +0200
committerTobias Bachmann2018-05-05 14:30:07 +0200
commit7aa21a1068beec9aeff6de24ea739a94a59ba6ae (patch)
tree148b73590c7015440f8ee84535036ab45d3327d2 /PKGBUILD
parent0f045c5b5007dbf272a6964aa34aba83ff3811c7 (diff)
downloadaur-7aa21a1068beec9aeff6de24ea739a94a59ba6ae.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52a47fbe08a4..0f6371f252fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.6.0
+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.7.1' 'fsleyes-widgets')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=1.8.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=('f57606b3760c91e31180f74ac9db02c8a6abe2064c8c864eecddb12b030c6cec')
+sha256sums=('8b1dd13f0c193b6e7f758c2a59f74e7c703af1390f038474dec521ec3713f768')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*