summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-11-23 20:51:10 +0800
committerpingplug2022-11-23 20:51:10 +0800
commit005de1ac32dc4a51f50cb47d7f7a7a44347b0889 (patch)
treea24e767f597add39a97edc0cb4f1f281d2d2c24f
parent9937ab5366bd29af020132c93b0cbbbc9da64bd0 (diff)
downloadaur-005de1ac32dc4a51f50cb47d7f7a7a44347b0889.tar.gz
updated to 0.5.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3c3fd4ef5b..d07a3c1f87a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octave-dicom
- pkgdesc = Digital communications in medicine (DICOM) file io. Depends on Grassroots DICOM (GDCM). This package is not available in repos for all distros. Contributors: Judd Storrs, Kris Thielemans, John Donoghue
- pkgver = 0.5.0
+ pkgdesc = File io for medical images and other data using Grassroots DICOM (GDCM) library.
+ pkgver = 0.5.1
pkgrel = 1
url = https://gnu-octave.github.io/packages/dicom/
install = octave-dicom.install
@@ -9,8 +9,8 @@ pkgbase = octave-dicom
license = GPL3
depends = octave>=3.8.0
depends = gdcm>2.0.16
- noextract = dicom-0.5.0.tar.gz
- source = https://downloads.sourceforge.net/octave/dicom-0.5.0.tar.gz
- sha256sums = 19d7d6ee4b3f7292164039444fbd9fdeae957321c82d34bb7118197a5a2a7de8
+ noextract = dicom-0.5.1.tar.gz
+ source = https://downloads.sourceforge.net/octave/dicom-0.5.1.tar.gz
+ sha256sums = d2a36a8e92565810343792208d5d1ed123d0942bdbcc8c27220696a3edb02b0d
pkgname = octave-dicom
diff --git a/PKGBUILD b/PKGBUILD
index ff47492fc047..4944daf29511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
_pack=dicom
pkgname=octave-$_pack
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
-pkgdesc="Digital communications in medicine (DICOM) file io. Depends on Grassroots DICOM (GDCM). This package is not available in repos for all distros. Contributors: Judd Storrs, Kris Thielemans, John Donoghue"
+pkgdesc="File io for medical images and other data using Grassroots DICOM (GDCM) library."
arch=(any)
url="https://gnu-octave.github.io/packages/$_pack/"
license=('GPL3')
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-sha256sums=('19d7d6ee4b3f7292164039444fbd9fdeae957321c82d34bb7118197a5a2a7de8')
+sha256sums=('d2a36a8e92565810343792208d5d1ed123d0942bdbcc8c27220696a3edb02b0d')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"