Version bump

This commit is contained in:
Tobias Bachmann 2021-06-02 20:10:26 +02:00
parent 588eed3c8b
commit 608dc9084d
2 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = fslpy
pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes.
pkgver = 3.6.0
pkgrel = 2
pkgver = 3.6.1
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
@ -16,8 +16,7 @@ pkgbase = fslpy
depends = python-dataclasses
optdepends = python-rtree
optdepends = python-pillow
source = https://git.fmrib.ox.ac.uk/fsl/fslpy/-/archive/3.6.0/fslpy-3.6.0.tar.gz
sha256sums = a512dbe6eb4d6b6237d462c7578d3ef14277071c3ad8d5ad62e16a6258dd1b19
source = https://git.fmrib.ox.ac.uk/fsl/fslpy/-/archive/3.6.1/fslpy-3.6.1.tar.gz
sha256sums = d8c1c5c5d7d41e06ac3f49693bc9ba2258cf324791d6e6092ad0af0c43d0da7e
pkgname = fslpy

View file

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