summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2019-04-06 10:58:34 +0800
committerpingplug2019-04-06 10:58:34 +0800
commitd051135c1e628083c4505149fd124876570a72c4 (patch)
tree0805bc7064aa655fb3fc1596615fdefa09487b72 /PKGBUILD
parent3ee440f5bffe7376878e79238e03f9da3fc2f6c4 (diff)
downloadaur-d051135c1e628083c4505149fd124876570a72c4.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 b8e958dd5a9c..3faa39889305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgver=2.10.0
pkgrel=1
pkgdesc="The Octave-forge Image package provides functions for processing images. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more."
arch=(any)
-url="http://octave.sourceforge.net/$_pack/"
+url="https://octave.sourceforge.io/$_pack/"
license=('custom')
groups=('octave-forge')
depends=('octave>=4.2.0')
@@ -24,9 +24,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=('40e7bf98262682fd21ae4ac8264f48a4')
+sha256sums=('33cb171c47d37a57b2f4bfe5e045d7c68e0ac56d887a94a36777d56b90e3f671')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"