summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-29 12:35:45 +0800
committerlilac2020-11-29 12:35:45 +0800
commit982c267efab106f565ad49f6803feac60d0cbc51 (patch)
tree4b6970eac4350e0188df2ed6f4bed9f431f422e7
parent5a40168d2ade9adc5eb259956e6412d2de24867c (diff)
downloadaur-982c267efab106f565ad49f6803feac60d0cbc51.tar.gz
[lilac] updated to 0.50.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 957706b6e3b2..1eb14f7eb0e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dicomweb-client
pkgdesc = Python client for DICOMweb RESTful services
- pkgver = 0.50.3
+ pkgver = 0.50.4
pkgrel = 1
url = https://github.com/MGHComputationalPathology/dicomweb-client
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-dicomweb-client
depends = python-pydicom
depends = python-requests
depends = python-six
- source = python-dicomweb-client-0.50.3.tar.gz::https://github.com/MGHComputationalPathology/dicomweb-client/archive/v0.50.3.tar.gz
- sha512sums = 4d3382213f538c2de504139a9e8b9402d9bef48de544cc6b6f16d78c3dee83714a5d8a8ff0e57df3d9da5923945cd4b78e41fd05da1929b017bdd1c9e0f74fe6
+ source = python-dicomweb-client-0.50.4.tar.gz::https://github.com/MGHComputationalPathology/dicomweb-client/archive/v0.50.4.tar.gz
+ sha512sums = beeebc35c9dce212d0d2fca81fcd87b5234b4829ba97f76067f1af2676118f672afa6b91276caab71d30898d30c1c380d23e12eeb27b301af4929a28adcc3bce
pkgname = python-dicomweb-client
diff --git a/PKGBUILD b/PKGBUILD
index a3da2f25b221..a79d85608134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dicomweb-client
_pkgname=dicomweb-client
-pkgver=0.50.3
+pkgver=0.50.4
pkgrel=1
pkgdesc='Python client for DICOMweb RESTful services'
arch=(any)
@@ -21,7 +21,7 @@ makedepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/MGHComputationalPathology/dicomweb-client/archive/v${pkgver}.tar.gz")
-sha512sums=('4d3382213f538c2de504139a9e8b9402d9bef48de544cc6b6f16d78c3dee83714a5d8a8ff0e57df3d9da5923945cd4b78e41fd05da1929b017bdd1c9e0f74fe6')
+sha512sums=('beeebc35c9dce212d0d2fca81fcd87b5234b4829ba97f76067f1af2676118f672afa6b91276caab71d30898d30c1c380d23e12eeb27b301af4929a28adcc3bce')
build() {
cd "${_pkgname}-${pkgver}"