summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2019-01-28 22:05:04 +0100
committerTobias Bachmann2019-01-28 22:05:04 +0100
commit8a5dea842c33f0aeabc970b6be2a8a6a0b70433a (patch)
treeeadfdf673f7069c8042acc3719d8a0a94242d0dd /PKGBUILD
parentc1adf0a87e9f5a1fc1c8d33a66fb2ddfd0df2445 (diff)
downloadaur-8a5dea842c33f0aeabc970b6be2a8a6a0b70433a.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 5227b802a512..0cba88a0708b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.6.4
-pkgrel=2
+pkgver=1.6.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')
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.4-2')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=1.11.1' 'fsleyes-widgets>=0.7.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=('96d8c448d6930213fe023e99bd4c8340dcbe722346615d7653d68a50fb204259')
+sha256sums=('b3c55b602bcc52bbea25de8f18b28ad1bf4f378fbaa5e46cd10db3af2bef3c02')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*