summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2018-01-31 10:20:46 +0100
committerTobias Bachmann2018-01-31 10:20:46 +0100
commitfc588b2838e35bba38989a55196b2d4e7fc769d5 (patch)
tree10a8e23dce8e2e93e28da95dd4d2c043a638f529 /PKGBUILD
parent1d80cff961d7d7210bdf70adc98f0bc6e6b15e3d (diff)
downloadaur-fc588b2838e35bba38989a55196b2d4e7fc769d5.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 53120b90bbca..0511dfcce1f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-widgets
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="FSLeyes is the FSL image viewer, widgets is one of its dependent projects"
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' 'wxpython-phoenix')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-wxpython-phoenix')
optdepends=()
provides=()
conflicts=()
replaces=()
source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/repository/archive.tar.gz?ref=$pkgver)
-sha256sums=('8811354fb6e76d1dea4e4970a97727165995cbd82a8ade63e44eb14e505da4d0')
+sha256sums=('b78b85b732dbe7187deb635b0342811a8e98771c29a344a809b0a60c7589eca0')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*