1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

upgpkg: python-pydicom 2.4.2-1

upstream release
This commit is contained in:
2023-07-22 21:51:50 +02:00
parent c3b0875fc7
commit 442e649292
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-pydicom pkgbase = python-pydicom
pkgdesc = Pure python package for working with DICOM files pkgdesc = Pure python package for working with DICOM files
pkgver = 2.4.1 pkgver = 2.4.2
pkgrel = 1 pkgrel = 1
url = https://pydicom.github.io/pydicom/stable/index.html url = https://pydicom.github.io/pydicom/stable/index.html
arch = any arch = any
@@ -15,7 +15,7 @@ pkgbase = python-pydicom
optdepends = python-pylibjpeg: for working with compressed JPEG images 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-openjpeg: for working with compressed JPEG-LS or JPEG 2000 images
optdepends = python-pylibjpeg-rle: for working with compressed RLE images optdepends = python-pylibjpeg-rle: for working with compressed RLE images
source = python-pydicom-2.4.1.tar.gz::https://github.com/pydicom/pydicom/archive/v2.4.1.tar.gz source = python-pydicom-2.4.2.tar.gz::https://github.com/pydicom/pydicom/archive/v2.4.2.tar.gz
md5sums = 52f083818dbe75469912001662641b96 md5sums = 2bae82544250070daac685d6fdced543
pkgname = python-pydicom pkgname = python-pydicom

View File

@@ -2,7 +2,7 @@
# Contributor: wedjat <wedjat@protonmail.com> # Contributor: wedjat <wedjat@protonmail.com>
# Contributor: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python-pydicom pkgname=python-pydicom
pkgver=2.4.1 pkgver=2.4.2
pkgrel=1 pkgrel=1
pkgdesc="Pure python package for working with DICOM files" pkgdesc="Pure python package for working with DICOM files"
arch=("any") arch=("any")
@@ -19,7 +19,7 @@ optdepends=('python-numpy: for working with pixel data'
) )
checkdepends=('python-pytest') checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
md5sums=('52f083818dbe75469912001662641b96') md5sums=('2bae82544250070daac685d6fdced543')
build() build()
{ {