summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2018-06-10 21:34:37 +0200
committerTobias Bachmann2018-06-10 21:34:37 +0200
commit062d4764d8af4f0d66354f025aa5d905d361a537 (patch)
tree0ac874b0c02767bbc5bfbc59fb7e32d319fd5da3 /PKGBUILD
parentd13e7dca8f3d7da2c1293c7957ea85c7e30ebec5 (diff)
downloadaur-062d4764d8af4f0d66354f025aa5d905d361a537.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 35cd03546239..9801915f1799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.6.2
+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.8.0' 'fsleyes-widgets')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=1.9.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=('8b1dd13f0c193b6e7f758c2a59f74e7c703af1390f038474dec521ec3713f768')
+sha256sums=('8a3345bc84e16863efc28581135da43a8b23de75697de808ee2dd82df2cf54b5')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*