mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 12:40:30 +01:00
upgpkg: python-pydicom 2.3.1-1
upstream release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pkgbase = python-pydicom
|
||||
pkgdesc = Pure python package for working with DICOM files
|
||||
pkgver = 2.3.0
|
||||
pkgver = 2.3.1
|
||||
pkgrel = 1
|
||||
url = https://pydicom.github.io/pydicom/stable/index.html
|
||||
arch = any
|
||||
@@ -15,7 +15,7 @@ pkgbase = python-pydicom
|
||||
optdepends = python-pylibjpeg: for working with compressed JPEG images
|
||||
optdepends = python-pylibjpeg-openjpeg: for working with compressed JPEG-LS or JPEG 2000 images
|
||||
optdepends = python-pylibjpeg-rle: for working with compressed RLE images
|
||||
source = python-pydicom-2.3.0.tar.gz::https://github.com/pydicom/pydicom/archive/v2.3.0.tar.gz
|
||||
md5sums = 6df7b32e67298cadd3b751e989b1d72a
|
||||
source = python-pydicom-2.3.1.tar.gz::https://github.com/pydicom/pydicom/archive/v2.3.1.tar.gz
|
||||
md5sums = a9a56b33052c04cf2a7741c34fe25af0
|
||||
|
||||
pkgname = python-pydicom
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Contributor: wedjat <wedjat@protonmail.com>
|
||||
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
|
||||
pkgname=python-pydicom
|
||||
pkgver=2.3.0
|
||||
pkgver=2.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Pure python package for working with DICOM files"
|
||||
arch=("any")
|
||||
@@ -19,7 +19,7 @@ optdepends=('python-numpy: for working with pixel data'
|
||||
)
|
||||
checkdepends=('python-pytest')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
|
||||
md5sums=('6df7b32e67298cadd3b751e989b1d72a')
|
||||
md5sums=('a9a56b33052c04cf2a7741c34fe25af0')
|
||||
|
||||
build()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user