summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2018-03-15 21:36:46 +0100
committerTobias Bachmann2018-03-15 21:36:46 +0100
commit6881809f9cdcde807f36e2aef3d66bbd84f58ff4 (patch)
tree16de5d465f7e8a24147f55cfd811530c6b29f53b /PKGBUILD
parentfc588b2838e35bba38989a55196b2d4e7fc769d5 (diff)
downloadaur-6881809f9cdcde807f36e2aef3d66bbd84f58ff4.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 0511dfcce1f3..f482626d12dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-widgets
-pkgver=0.4.1
+pkgver=0.5.4
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' 'python-wxpython-phoenix')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-wxpython-phoenix' 'python-deprecation')
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=('b78b85b732dbe7187deb635b0342811a8e98771c29a344a809b0a60c7589eca0')
+sha256sums=('354f2cf699f8915c440008df81008d24e8fea60a344854e6adaad91bd6ce6dc3')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*