mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-26 04:50:32 +01:00
Updated to 1.1.0
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = python-pydicom
|
||||
pkgdesc = Pure python package for working with DICOM files
|
||||
pkgver = 1.0.2
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 1
|
||||
url = https://pydicom.github.io/pydicom/stable/index.html
|
||||
arch = x86_64
|
||||
@@ -9,9 +9,9 @@ pkgbase = python-pydicom
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
depends = python-numpy
|
||||
source = python-pydicom-1.0.2.tar.gz::https://github.com/pydicom/pydicom/archive/v1.0.2.tar.gz
|
||||
source = python-pydicom-1.1.0.tar.gz::https://github.com/pydicom/pydicom/archive/v1.1.0.tar.gz
|
||||
source = file://license.txt
|
||||
md5sums = f6381a6a82b8bd8ac6558db2042c8ebb
|
||||
md5sums = 759799fbe1d01d1daadeca649717122b
|
||||
md5sums = dee3b5d8029934bd8195cd244b966055
|
||||
|
||||
pkgname = python-pydicom
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -1,7 +1,8 @@
|
||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||
# Maintainer: wedjat <wedjat@protonmail.com>
|
||||
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
|
||||
pkgname=python-pydicom
|
||||
pkgver=1.0.2
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Pure python package for working with DICOM files"
|
||||
arch=("x86_64")
|
||||
@@ -12,9 +13,8 @@ makedepends=('python-setuptools')
|
||||
optdepends=()
|
||||
options=()
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz" "file://license.txt")
|
||||
md5sums=('f6381a6a82b8bd8ac6558db2042c8ebb'
|
||||
md5sums=('759799fbe1d01d1daadeca649717122b'
|
||||
'dee3b5d8029934bd8195cd244b966055')
|
||||
|
||||
prepare()
|
||||
{
|
||||
cd "$srcdir/pydicom-$pkgver"
|
||||
|
||||
Reference in New Issue
Block a user