summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2018-10-07 20:12:37 +0200
committerTobias Bachmann2018-10-07 20:12:37 +0200
commit4106a699c81c7275066237da59f3335e21fba838 (patch)
treec57c93c0bee04a3f487eb37aa9ddd568240280e2 /PKGBUILD
parent06d4f1026ddd6944026e48a3e9b417b39b9d1298 (diff)
downloadaur-4106a699c81c7275066237da59f3335e21fba838.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 1270c4d032e6..79711c5bd63f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.6.3
+pkgver=1.6.4
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.11.1' 'fsleyes-widgets>=0.6.3')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=1.11.1' 'fsleyes-widgets>=0.6.4')
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=('f9bcdddae7e5fe1e7cf070f14839e2ee3c19ebd4a7fc7c66b2d691cb057a94e6')
+sha256sums=('96d8c448d6930213fe023e99bd4c8340dcbe722346615d7653d68a50fb204259')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*