mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 21:40:31 +01:00
New release tag.
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -3,7 +3,7 @@
|
|||||||
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
|
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
|
||||||
pkgname=('python-pydicom' 'python2-pydicom')
|
pkgname=('python-pydicom' 'python2-pydicom')
|
||||||
pkgver=1.3.0
|
pkgver=1.3.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Pure python package for working with DICOM files"
|
pkgdesc="Pure python package for working with DICOM files"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://pydicom.github.io/pydicom/stable/index.html"
|
url="https://pydicom.github.io/pydicom/stable/index.html"
|
||||||
@@ -13,8 +13,8 @@ makedepends=('python-setuptools' 'python2-setuptools')
|
|||||||
optdepends=('python-numpy: for working with pixel data'
|
optdepends=('python-numpy: for working with pixel data'
|
||||||
'python-pillow: for working with compressed image data')
|
'python-pillow: for working with compressed image data')
|
||||||
checkdepends=('python-pytest')
|
checkdepends=('python-pytest')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
|
||||||
md5sums=('08a8c176e8a4a80017c59adf3db9b75c')
|
md5sums=('74abb910bb283421491280099c1ad5f9')
|
||||||
|
|
||||||
build()
|
build()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user