summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2021-02-19 11:06:04 -0500
committerLiam Timms2021-02-19 11:06:04 -0500
commit75edfcaa3ea8e3778f65825e3fcd17234eba59ef (patch)
tree10e1c085628d6f2061848e82875b40c91be476c8
parentbbdb48cfec4d6c7812863e2eb9fb047c9c5d8c60 (diff)
downloadaur-75edfcaa3ea8e3778f65825e3fcd17234eba59ef.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a27288c55c24..d94b2306dc74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dcm2bids
pkgdesc = Reorganising NIfTI files from dcm2niix into the Brain Imaging Data Structure
- pkgver = 2.1.4
+ pkgver = 2.1.5
pkgrel = 1
url = https://github.com/cbedetti/Dcm2Bids
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-dcm2bids
makedepends = python-setuptools
depends = dcm2niix
options = !emptydirs
- source = dcm2bids-2.1.4.tar.gz::https://github.com/cbedetti/Dcm2Bids/archive/2.1.4.tar.gz
- sha256sums = b702da2988734a6506310bf1a530d631b2e528df5373368e476f780acd7bc9ab
+ source = dcm2bids-2.1.5.tar.gz::https://github.com/cbedetti/Dcm2Bids/archive/2.1.5.tar.gz
+ sha256sums = 1e7aa83c91faf0da6277938f2388a5a24795345b010e8b6e7cab24005ab51a15
pkgname = python-dcm2bids
diff --git a/PKGBUILD b/PKGBUILD
index 3508a07b661e..fca20b31a730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dcm2bids
_name=${pkgname/python-/}
-pkgver=2.1.4
+pkgver=2.1.5
pkgrel=1
pkgdesc="Reorganising NIfTI files from dcm2niix into the Brain Imaging Data Structure"
arch=('any')
@@ -12,7 +12,7 @@ depends=('dcm2niix')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${_name}-${pkgver}.tar.gz::https://github.com/cbedetti/Dcm2Bids/archive/${pkgver}.tar.gz")
-sha256sums=('b702da2988734a6506310bf1a530d631b2e528df5373368e476f780acd7bc9ab')
+sha256sums=('1e7aa83c91faf0da6277938f2388a5a24795345b010e8b6e7cab24005ab51a15')
build() {
cd "$srcdir"/Dcm2Bids-$pkgver