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

Update to 1.0.2

This commit is contained in:
wedjat
2018-05-21 18:22:14 +02:00
parent a69c54cec1
commit 0d86de2a64

View File

@@ -1,7 +1,7 @@
# Maintainer: wedjat <wedjat@protonmail.com>
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python-pydicom
pkgver=1.0.1
pkgver=1.0.2
pkgrel=1
pkgdesc="Pure python package for working with DICOM files"
arch=("x86_64")
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
optdepends=()
options=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz" "file://license.txt")
md5sums=('306ff7a9257a6d9e44ecf9b8c888c350'
md5sums=('f6381a6a82b8bd8ac6558db2042c8ebb'
'dee3b5d8029934bd8195cd244b966055')
prepare()
@@ -30,7 +30,7 @@ build()
package()
{
cd "$srcdir/pydicom-$pkgver"
python setup.py install --root="$pkgdir"/ --optimize=1
python setup.py install --skip-build --root="$pkgdir"/ --optimize=1
install -D "$srcdir/pydicom-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}