summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-01-20 13:15:46 +0800
committerlilac2024-01-20 13:15:46 +0800
commit8f461a684b3e38e7bd12272230cbe9e34f821eb4 (patch)
tree451b9203593bc9d1b2df57aac5cfd4ae8f42c675
parent5442cdac620ebed69cb7266327af452a5596a1c2 (diff)
downloadaur-8f461a684b3e38e7bd12272230cbe9e34f821eb4.tar.gz
[lilac] updated to 2.0.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cb19e87db83..ed931feeb797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pylibjpeg-libjpeg
pkgdesc = A JPEG, JPEG-LS and JPEG XT plugin for pylibjpeg
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/pydicom/pylibjpeg-libjpeg
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = python-pylibjpeg-libjpeg
makedepends = poetry
makedepends = python-installer
depends = python-numpy
- source = python-pylibjpeg-libjpeg::git+https://github.com/pydicom/pylibjpeg-libjpeg.git#tag=v2.0.0
+ source = python-pylibjpeg-libjpeg::git+https://github.com/pydicom/pylibjpeg-libjpeg.git#tag=v2.0.1
sha512sums = SKIP
pkgname = python-pylibjpeg-libjpeg
diff --git a/PKGBUILD b/PKGBUILD
index c8c6969eb038..33d1e7d744e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pylibjpeg-libjpeg
pkgname=python-pylibjpeg-libjpeg
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='A JPEG, JPEG-LS and JPEG XT plugin for pylibjpeg'
arch=('x86_64')