1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 13:30:31 +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> # Maintainer: wedjat <wedjat@protonmail.com>
# Contributor: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python-pydicom pkgname=python-pydicom
pkgver=1.0.1 pkgver=1.0.2
pkgrel=1 pkgrel=1
pkgdesc="Pure python package for working with DICOM files" pkgdesc="Pure python package for working with DICOM files"
arch=("x86_64") arch=("x86_64")
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
optdepends=() optdepends=()
options=() options=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz" "file://license.txt") source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz" "file://license.txt")
md5sums=('306ff7a9257a6d9e44ecf9b8c888c350' md5sums=('f6381a6a82b8bd8ac6558db2042c8ebb'
'dee3b5d8029934bd8195cd244b966055') 'dee3b5d8029934bd8195cd244b966055')
prepare() prepare()
@@ -30,7 +30,7 @@ build()
package() package()
{ {
cd "$srcdir/pydicom-$pkgver" 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" install -D "$srcdir/pydicom-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
} }