summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2019-04-06 10:58:34 +0800
committerpingplug2019-04-06 10:58:34 +0800
commitdc3ca4dd81aa1cb1bd79d12efaf10fa5345de496 (patch)
tree56bc6d92a80e82c9eeca3b9717cbbea56cd8857c /PKGBUILD
parentb97812a41ef05cf1dad4a9d14dfad30448a46a99 (diff)
downloadaur-dc3ca4dd81aa1cb1bd79d12efaf10fa5345de496.tar.gz
update srcinfo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8afe920f32c..f8ac18b3c540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ 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)
-url="http://octave.sourceforge.net/$_pack/"
+url="https://octave.sourceforge.io/$_pack/"
license=('GPL3')
groups=('octave-forge')
depends=('octave' 'gdcm>2.0.16')
@@ -22,9 +22,9 @@ backup=()
options=()
install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
-source=("http://downloads.sourceforge.net/octave/$_archive")
+source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('4b788bdc84ca4b9730e7f18caf03930c')
+sha256sums=('7bc3c2b9ccef470bf00ab06fa643b0fcd375e0347d908e0b7494ef635248d31b')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"