diff --git a/.SRCINFO b/.SRCINFO index a169dbf..ed0689e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 2ddb620..01f432d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: wedjat # Contributor: Andrzej Giniewicz 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() {