summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-04-23 21:11:31 +0800
committerlilac2022-04-23 21:11:31 +0800
commit1959a8e6203c4fa5a28b8e6c7f87d8657126d76e (patch)
treecf542acfc3e3719c97657fb95a0f54b908ef02ef /PKGBUILD
parentae2a0b957c28ce081483310d09121b532a83c11d (diff)
downloadaur-python-pynetdicom.tar.gz
[lilac] updated to 2.0.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b99b80dc97c..5e51f2f32279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pynetdicom
_pkgname=pynetdicom
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc='A Python implementation of the DICOM networking protocol'
arch=(any)
@@ -15,7 +15,7 @@ makedepends=(
python-setuptools
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydicom/pynetdicom/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('1e9e67a4d9adce2416d577876054181b84a605ea2a0fecb37e0bd17bd7cb69b7e7de6a17b4fb11543970d1a78952a5905af57c4da0f0b7f8efc74a866832d268')
+sha512sums=('e31021a5cc665d7f74f225a13aa1fc40c3901f31c87c3a4cefdc4846b6cb628c5cb5e38705fa1726ba093f5c3d620501bdc678bd7b1cd4c25039dd191b3fc61c')
build() {
cd "${_pkgname}-${pkgver}"