summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2018-03-15 21:36:46 +0100
committerTobias Bachmann2018-03-15 21:36:46 +0100
commit6881809f9cdcde807f36e2aef3d66bbd84f58ff4 (patch)
tree16de5d465f7e8a24147f55cfd811530c6b29f53b
parentfc588b2838e35bba38989a55196b2d4e7fc769d5 (diff)
downloadaur-6881809f9cdcde807f36e2aef3d66bbd84f58ff4.tar.gz
Version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e27a36209746..b256de523993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes-widgets
pkgdesc = FSLeyes is the FSL image viewer, widgets is one of its dependent projects
- pkgver = 0.4.1
+ pkgver = 0.5.4
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -9,9 +9,10 @@ pkgbase = fsleyes-widgets
makedepends = python-numpy
makedepends = python-matplotlib
makedepends = python-wxpython-phoenix
+ makedepends = python-deprecation
depends = python
- source = fsleyes-widgets-0.4.1.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/repository/archive.tar.gz?ref=0.4.1
- sha256sums = b78b85b732dbe7187deb635b0342811a8e98771c29a344a809b0a60c7589eca0
+ source = fsleyes-widgets-0.5.4.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/repository/archive.tar.gz?ref=0.5.4
+ sha256sums = 354f2cf699f8915c440008df81008d24e8fea60a344854e6adaad91bd6ce6dc3
pkgname = fsleyes-widgets
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-"*