summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2381582a6103..430f6a881ba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Feb 26 13:25:46 UTC 2017
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.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = http://octave.sourceforge.net/dicom/
install = octave-dicom.install
@@ -11,9 +9,9 @@ pkgbase = octave-dicom
license = GPL3
depends = octave
depends = gdcm>2.0.16
- noextract = dicom-0.2.0.tar.gz
- source = http://downloads.sourceforge.net/octave/dicom-0.2.0.tar.gz
- md5sums = e35f7964fadfa7f29fb03171159e18cb
+ noextract = dicom-0.2.1.tar.gz
+ source = http://downloads.sourceforge.net/octave/dicom-0.2.1.tar.gz
+ md5sums = 4b788bdc84ca4b9730e7f18caf03930c
pkgname = octave-dicom
diff --git a/PKGBUILD b/PKGBUILD
index aa382e75aa00..a8afe920f32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=dicom
pkgname=octave-$_pack
-pkgver=0.2.0
+pkgver=0.2.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"
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('e35f7964fadfa7f29fb03171159e18cb')
+md5sums=('4b788bdc84ca4b9730e7f18caf03930c')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"