summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-01-22 13:18:31 +0800
committerlilac2022-01-22 13:18:31 +0800
commitb57d7721241b6f08baa073306b9201ff307a7c9a (patch)
tree6598e05ed6ac6c808444a8924abaed2f12dfb4e2
parent69ed2ec9528a29d8e9df0482ca346365db7dd824 (diff)
downloadaur-b57d7721241b6f08baa073306b9201ff307a7c9a.tar.gz
[lilac] updated to 1.3.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27f18ce2a181..5aafac46c788 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pylibjpeg-rle
pkgdesc = Fast DICOM RLE plugin for pylibjpeg
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/pydicom/pylibjpeg-rle
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = python-pylibjpeg-rle
makedepends = python-setuptools
makedepends = python-setuptools-rust
depends = python-numpy
- source = python-pylibjpeg-rle-1.2.0.tar.gz::https://github.com/pydicom/pylibjpeg-rle/archive/refs/tags/v1.2.0.tar.gz
- sha512sums = f9ddc4479e3abcabe78b4aff082a96883b2c7fb5a6500b17d8a3e8ef15fd079378dbcb7a2107f866ddfec7dea2f4ea0ce1e11044c27a95b3b5db7c4f6fa5c696
+ source = python-pylibjpeg-rle-1.3.0.tar.gz::https://github.com/pydicom/pylibjpeg-rle/archive/refs/tags/v1.3.0.tar.gz
+ sha512sums = cb24d00e9a24b0d9afd483e514ef42a42226f1c7c0d9bf24c615336c6d5d4f1052ca13e6be9f3510868de5ad5b74ec7b0ce13f524858c21c65f86868ebcc30ba
pkgname = python-pylibjpeg-rle
diff --git a/PKGBUILD b/PKGBUILD
index 11d24abc3638..11c2a23e2e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pylibjpeg-rle
pkgname=python-pylibjpeg-rle
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc='Fast DICOM RLE plugin for pylibjpeg'
arch=('x86_64')
@@ -18,7 +18,7 @@ makedepends=(
python-setuptools-rust
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydicom/pylibjpeg-rle/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('f9ddc4479e3abcabe78b4aff082a96883b2c7fb5a6500b17d8a3e8ef15fd079378dbcb7a2107f866ddfec7dea2f4ea0ce1e11044c27a95b3b5db7c4f6fa5c696')
+sha512sums=('cb24d00e9a24b0d9afd483e514ef42a42226f1c7c0d9bf24c615336c6d5d4f1052ca13e6be9f3510868de5ad5b74ec7b0ce13f524858c21c65f86868ebcc30ba')
build() {
cd "${_pkgname}-${pkgver}"