1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-26 04:50:32 +01:00

Update to 1.3.0.

This commit is contained in:
2019-07-13 13:27:16 +02:00
parent 09e2e6727a
commit d409be04cc
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-pydicom
pkgdesc = Pure python package for working with DICOM files
pkgver = 1.2.2
pkgver = 1.3.0
pkgrel = 1
url = https://pydicom.github.io/pydicom/stable/index.html
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-pydicom
depends = python
optdepends = python-numpy: for working with pixel data
optdepends = python-pillow: for working with compressed image data
source = python-pydicom-1.2.2.tar.gz::https://github.com/pydicom/pydicom/archive/v1.2.2.tar.gz
md5sums = f14bc9cde4e3c700e34807113e781a2b
source = python-pydicom-1.3.0.tar.gz::https://github.com/pydicom/pydicom/archive/1.3.0.tar.gz
md5sums = 08a8c176e8a4a80017c59adf3db9b75c
pkgname = python-pydicom

View File

@@ -2,7 +2,7 @@
# Maintainer: wedjat <wedjat@protonmail.com>
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=('python-pydicom' 'python2-pydicom')
pkgver=1.2.2
pkgver=1.3.0
pkgrel=1
pkgdesc="Pure python package for working with DICOM files"
arch=("any")
@@ -13,8 +13,8 @@ makedepends=('python-setuptools' 'python2-setuptools')
optdepends=('python-numpy: for working with pixel data'
'python-pillow: for working with compressed image data')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
md5sums=('f14bc9cde4e3c700e34807113e781a2b')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/$pkgver.tar.gz")
md5sums=('08a8c176e8a4a80017c59adf3db9b75c')
build()
{