mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Updated to 1.1.0
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = python-pydicom
|
pkgbase = python-pydicom
|
||||||
pkgdesc = Pure python package for working with DICOM files
|
pkgdesc = Pure python package for working with DICOM files
|
||||||
pkgver = 1.0.2
|
pkgver = 1.1.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pydicom.github.io/pydicom/stable/index.html
|
url = https://pydicom.github.io/pydicom/stable/index.html
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -9,9 +9,9 @@ pkgbase = python-pydicom
|
|||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
depends = python
|
depends = python
|
||||||
depends = python-numpy
|
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
|
source = file://license.txt
|
||||||
md5sums = f6381a6a82b8bd8ac6558db2042c8ebb
|
md5sums = 759799fbe1d01d1daadeca649717122b
|
||||||
md5sums = dee3b5d8029934bd8195cd244b966055
|
md5sums = dee3b5d8029934bd8195cd244b966055
|
||||||
|
|
||||||
pkgname = python-pydicom
|
pkgname = python-pydicom
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -1,7 +1,8 @@
|
|||||||
|
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
# 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.2
|
pkgver=1.1.0
|
||||||
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,9 +13,8 @@ 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=('f6381a6a82b8bd8ac6558db2042c8ebb'
|
md5sums=('759799fbe1d01d1daadeca649717122b'
|
||||||
'dee3b5d8029934bd8195cd244b966055')
|
'dee3b5d8029934bd8195cd244b966055')
|
||||||
|
|
||||||
prepare()
|
prepare()
|
||||||
{
|
{
|
||||||
cd "$srcdir/pydicom-$pkgver"
|
cd "$srcdir/pydicom-$pkgver"
|
||||||
|
|||||||
Reference in New Issue
Block a user