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

Better checksums

This commit is contained in:
2024-05-08 21:10:02 +02:00
parent 46dd6c6541
commit bf2ea3d801
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ pkgbase = python-pydicom
optdepends = python-pylibjpeg-rle: for working with compressed RLE images optdepends = python-pylibjpeg-rle: for working with compressed RLE images
source = python-pydicom-2.4.4.tar.gz::https://github.com/pydicom/pydicom/archive/v2.4.4.tar.gz source = python-pydicom-2.4.4.tar.gz::https://github.com/pydicom/pydicom/archive/v2.4.4.tar.gz
source = pillow-10.1.patch source = pillow-10.1.patch
md5sums = 748bfd7ad12373675c9df4e088f38dd1 sha256sums = 42c06ed74331174111dd42c89db774a13fc472abe18015f22c5aba80cddb7843
md5sums = 837949b3e4505c3fee9c43e8d5665251 sha256sums = 72aa784588b8f8d07142d130e755f223827d9e143e8ba07bc2276b5b0cca7633
pkgname = python-pydicom pkgname = python-pydicom

View File

@@ -20,8 +20,8 @@ optdepends=('python-numpy: for working with pixel data'
checkdepends=('python-pytest') checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz" source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz"
"pillow-10.1.patch") "pillow-10.1.patch")
md5sums=('748bfd7ad12373675c9df4e088f38dd1' sha256sums=('42c06ed74331174111dd42c89db774a13fc472abe18015f22c5aba80cddb7843'
'837949b3e4505c3fee9c43e8d5665251') '72aa784588b8f8d07142d130e755f223827d9e143e8ba07bc2276b5b0cca7633')
prepare() prepare()
{ {