Version bump

This commit is contained in:
Tobias Bachmann 2017-11-15 15:52:39 +01:00
parent 36514d9b6d
commit 749a24837e
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = fslpy pkgbase = fslpy
pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes. pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes.
pkgver = 1.3.1 pkgver = 1.4.1
pkgrel = 2 pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any arch = any
license = Apache license = Apache
@ -13,8 +13,8 @@ pkgbase = fslpy
makedepends = wxpython-phoenix makedepends = wxpython-phoenix
makedepends = python-indexed-gzip makedepends = python-indexed-gzip
depends = python depends = python
source = fslpy-1.3.1.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=1.3.1 source = fslpy-1.4.1.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=1.4.1
sha256sums = f7dac9d62cfb6d9cee7c9a55a38ddb086e897cdafc3cabd6ad9d3d46d7c2710f sha256sums = 09e54383648394dc198aa07fc25ca29cd7023c252c8546b4b46b8d25a3d2739b
pkgname = fslpy pkgname = fslpy

View file

@ -1,7 +1,7 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de> # Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fslpy pkgname=fslpy
pkgver=1.3.1 pkgver=1.4.1
pkgrel=2 pkgrel=1
pkgdesc="The fslpy package is a collection of utilities and data abstractions used by FSLeyes." pkgdesc="The fslpy package is a collection of utilities and data abstractions used by FSLeyes."
arch=('any') arch=('any')
url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes" url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
@ -14,7 +14,7 @@ provides=()
conflicts=() conflicts=()
replaces=() replaces=()
source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=$pkgver) source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=$pkgver)
sha256sums=('f7dac9d62cfb6d9cee7c9a55a38ddb086e897cdafc3cabd6ad9d3d46d7c2710f') sha256sums=('09e54383648394dc198aa07fc25ca29cd7023c252c8546b4b46b8d25a3d2739b')
package() { package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"* cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*