summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2022-01-25 15:50:39 -0500
committerLiam Timms2022-01-25 15:50:39 -0500
commit268ea89a1781e2a1d510d98bbe5b1c1c6315d268 (patch)
tree1d8a0c00b0195c269108f259349136623a06a8d2
parentc463933b5bef72fe7a820ed15ed2e7597e8d0119 (diff)
downloadaur-268ea89a1781e2a1d510d98bbe5b1c1c6315d268.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 fc75d80755ea..a0c9bc15dbaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-intensity-normalization
pkgdesc = normalize the intensities of various MR image modalities
- pkgver = 2.1.1
+ pkgver = 2.1.4
pkgrel = 1
url = https://github.com/jcreinhold/intensity-normalization
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-intensity-normalization
depends = python-scipy
depends = python-statsmodels
depends = python-webcolors
- source = intensity-normalization-2.1.1.tar.gz::https://github.com/jcreinhold/intensity-normalization//archive/refs/tags/v2.1.1.tar.gz
- sha512sums = c3380db31732ad14218d6474b92bb40e7c14315de0b3cc17b8d0cd15bc23155ed05debef65b5aa003c93b7803abb027b9e38ab5241e4f764cfaef8fe7513e96e
+ source = intensity-normalization-2.1.4.tar.gz::https://github.com/jcreinhold/intensity-normalization//archive/refs/tags/v2.1.4.tar.gz
+ sha512sums = 0155bc97312d4dfe61b55378b1e91aec20b14da61e1d9fc63ce95206869cff53cf191d1673d7a7c8ea5fe1471e3dc7e23d2fb0a4ddf0d1729fd51e6b65dd34bb
pkgname = python-intensity-normalization
diff --git a/PKGBUILD b/PKGBUILD
index 2bb724efd5e5..528d6f3e8d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-intensity-normalization
_pkgname=intensity-normalization
-pkgver=2.1.1
+pkgver=2.1.4
pkgrel=1
pkgdesc='normalize the intensities of various MR image modalities'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('python-setuptools')
# checkdepends=('python-nose' 'python-mock')
optdepends=()
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/jcreinhold/${_pkgname}//archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('c3380db31732ad14218d6474b92bb40e7c14315de0b3cc17b8d0cd15bc23155ed05debef65b5aa003c93b7803abb027b9e38ab5241e4f764cfaef8fe7513e96e')
+sha512sums=('0155bc97312d4dfe61b55378b1e91aec20b14da61e1d9fc63ce95206869cff53cf191d1673d7a7c8ea5fe1471e3dc7e23d2fb0a4ddf0d1729fd51e6b65dd34bb')
build()
{