From 6109b3f0cfb4431d754a82ba3bb4fccf4e050425 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 28 Aug 2021 13:26:17 +0200 Subject: [PATCH] upgpkg: python-pydicom 2.2.1-1 upstream release --- python-pydicom/.SRCINFO | 6 +++--- python-pydicom/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python-pydicom/.SRCINFO b/python-pydicom/.SRCINFO index 10009bd..6e4fb41 100644 --- a/python-pydicom/.SRCINFO +++ b/python-pydicom/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-pydicom pkgdesc = Pure python package for working with DICOM files - pkgver = 2.2.0 + pkgver = 2.2.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.2.0.tar.gz::https://github.com/pydicom/pydicom/archive/v2.2.0.tar.gz - md5sums = b08d86a3eb637515c9e851f254d11612 + source = python-pydicom-2.2.1.tar.gz::https://github.com/pydicom/pydicom/archive/v2.2.1.tar.gz + md5sums = a824ae16e9d2f6b96b2e012ce47c90c8 pkgname = python-pydicom diff --git a/python-pydicom/PKGBUILD b/python-pydicom/PKGBUILD index c827b55..d539f2d 100644 --- a/python-pydicom/PKGBUILD +++ b/python-pydicom/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: wedjat # Contributor: Andrzej Giniewicz pkgname=python-pydicom -pkgver=2.2.0 +pkgver=2.2.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=('b08d86a3eb637515c9e851f254d11612') +md5sums=('a824ae16e9d2f6b96b2e012ce47c90c8') build() {