summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-11-08 09:28:55 +0800
committerpingplug2022-11-08 09:28:55 +0800
commit9937ab5366bd29af020132c93b0cbbbc9da64bd0 (patch)
treee22368bd199fa8660b49d9c497a7b01a4998e689
parent18e3d205a0f3853d7554b8578ef8bab02a4614ab (diff)
downloadaur-9937ab5366bd29af020132c93b0cbbbc9da64bd0.tar.gz
update upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c1bbedaee80..cc3c3fd4ef5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ 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
pkgrel = 1
- url = https://octave.sourceforge.io/dicom/
+ url = https://gnu-octave.github.io/packages/dicom/
install = octave-dicom.install
arch = any
groups = octave-forge
diff --git a/PKGBUILD b/PKGBUILD
index 34d134866129..ff47492fc047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgver=0.5.0
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="https://octave.sourceforge.io/$_pack/"
+url="https://gnu-octave.github.io/packages/$_pack/"
license=('GPL3')
groups=('octave-forge')
depends=('octave>=3.8.0' 'gdcm>2.0.16')