summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e466d38def4..b54b37d97f45 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.20201102
+ pkgver = 1.0.20230411
pkgrel = 1
url = https://www.nitrc.org/projects/dcm2nii/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = dcm2niix
makedepends = cmake
makedepends = yaml-cpp
makedepends = python-sphinx
+ makedepends = git
depends = zlib
optdepends = pigz
- source = dcm2niix-1.0.20201102.tar.gz::https://github.com/rordenlab/dcm2niix/archive/v1.0.20201102.tar.gz
- sha512sums = 9cda7f82c1424cb9476113d7ddf7965d818d95350dfdbf71536748a117d0de2c070cebb2aed980208d6142c3eb9e3d2331210cffa900209fa4320195c92fd7f1
+ source = dcm2niix-1.0.20230411.tar.gz::https://github.com/rordenlab/dcm2niix/archive/v1.0.20230411.tar.gz
+ sha512sums = fe4b5a564c6bcc7cdd0377a560e06ac5de4a1181685964b8904c86616341c837de760ea34dfbfc2d949e8b794465a4f1ff0cf81d8b859e160b36bc621f3dabbd
pkgname = dcm2niix
-
diff --git a/PKGBUILD b/PKGBUILD
index 0a58d80a659a..85f8395cbdfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Roosted7 <mail@thomasroos.nl>
# Maintainer: liamtimms <timms5000@gmail.com>
pkgname=dcm2niix
-pkgver=1.0.20201102
+pkgver=1.0.20230411
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)
url="https://www.nitrc.org/projects/dcm2nii/"
license=('MIT' 'public domain')
depends=('zlib')
-makedepends=('cmake' 'yaml-cpp' 'python-sphinx')
+makedepends=('cmake' 'yaml-cpp' 'python-sphinx' 'git')
optdepends=('pigz')
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/rordenlab/dcm2niix/archive/v${pkgver}.tar.gz")
-sha512sums=('9cda7f82c1424cb9476113d7ddf7965d818d95350dfdbf71536748a117d0de2c070cebb2aed980208d6142c3eb9e3d2331210cffa900209fa4320195c92fd7f1')
+sha512sums=('fe4b5a564c6bcc7cdd0377a560e06ac5de4a1181685964b8904c86616341c837de760ea34dfbfc2d949e8b794465a4f1ff0cf81d8b859e160b36bc621f3dabbd')
build()