summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc017b9e79c..98b976fb6cc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dcm2niix
pkgdesc = A tool for converting images from the complicated formats used by scanner manufacturers (DICOM, PAR/REC) to the simple NIfTI format
- pkgver = 1.0.20180622
+ pkgver = 1.0.20181125
pkgrel = 1
url = https://www.nitrc.org/projects/dcm2nii/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = dcm2niix
makedepends = python-sphinx
depends = zlib
optdepends = pigz
- source = dcm2niix-1.0.20180622.tar.gz::https://github.com/rordenlab/dcm2niix/archive/v1.0.20180622.tar.gz
- md5sums = 28edd6a7e53aaa287dde3001b7ca669c
+ source = dcm2niix-1.0.20181125.tar.gz::https://github.com/rordenlab/dcm2niix/archive/v1.0.20181125.tar.gz
+ md5sums = c731368310bde2dfa526645f3c8a8a6c
pkgname = dcm2niix
diff --git a/PKGBUILD b/PKGBUILD
index 3fb8a2db4388..7306deb073fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wedjat <wedjat@protonmail.com>
pkgname=dcm2niix
-pkgver=1.0.20180622
+pkgver=1.0.20181125
pkgrel=1
pkgdesc="A tool for converting images from the complicated formats used by scanner manufacturers (DICOM, PAR/REC) to the simple NIfTI format"
arch=(x86_64)
@@ -12,7 +12,7 @@ optdepends=('pigz')
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/rordenlab/dcm2niix/archive/v${pkgver}.tar.gz")
-md5sums=('28edd6a7e53aaa287dde3001b7ca669c')
+md5sums=('c731368310bde2dfa526645f3c8a8a6c')
build()