summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2021-12-29 02:19:33 +0100
committerPeter Mattern2021-12-29 02:19:33 +0100
commit4f960fcc00d35c5bec3aa0d956fc72f1b0b4cfdd (patch)
treef20b5fdb9cc5d689097556b23fbaa709752ca25b
parent48a2de5b8fa9b674d529d69d92524a7cfd862075 (diff)
downloadaur-4f960fcc00d35c5bec3aa0d956fc72f1b0b4cfdd.tar.gz
Update upstream URLs
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7157cdce209f..ae482c7660d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Tue May 24 10:25:17 UTC 2016
pkgbase = itk-git
pkgdesc = Open-source, cross-platform C++ toolkit for segmentation and registration
pkgver = 4.10rc02.25.gbf3f02c
pkgrel = 1
- url = http://www.itk.org
+ url = https://www.itk.org
arch = i686
arch = x86_64
license = Apache
@@ -21,8 +19,7 @@ pkgbase = itk-git
conflicts = itk
conflicts = insight-toolkit
conflicts = insight-toolkit-git
- source = itk::git://git.code.sf.net/p/itk/code
+ source = git+https://github.com/insightsoftwareconsortium/itk.git
sha256sums = SKIP
pkgname = itk-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9f9c37c2bce0..e2949a1d2623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=4.10rc02.25.gbf3f02c
pkgrel=1
pkgdesc='Open-source, cross-platform C++ toolkit for segmentation and registration'
arch=('i686' 'x86_64')
-url='http://www.itk.org'
+url='https://www.itk.org'
license=('Apache')
depends=('hdf5-cpp-fortran' 'gdcm-git' 'libjpeg-turbo' 'libpng' 'libtiff')
makedepends=('git' 'cmake')
provides=("$_pkgname" "insight-toolkit"{,-git})
conflicts=("$_pkgname" "insight-toolkit"{,-git})
-source=("$_pkgname::git://git.code.sf.net/p/itk/code")
+source=("git+https://github.com/insightsoftwareconsortium/itk.git")
sha256sums=("SKIP")
pkgver() {