summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2024-01-30 17:22:11 +0100
committerPeter Mattern2024-01-30 17:22:11 +0100
commit0757f79d0e4a664861958397a012df119c71eeaf (patch)
treec027e5d1c681fd09c1f129cc9d199aa4659beb5b
parentf197842c01b7b78129827c89c4b304d4d5e4fc4d (diff)
downloadaur-0757f79d0e4a664861958397a012df119c71eeaf.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 594102b0219b..764675a5ab86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Mar 16 15:26:43 UTC 2017
pkgbase = dcmtk-git
pkgdesc = Collection of libraries and applications implementing large parts the DICOM standard
pkgver = 3.6.1_20170228.43.gef9173b95
pkgrel = 1
- url = http://dicom.offis.de/dcmtk
+ url = https://dicom.offis.de/dcmtk
arch = i686
arch = x86_64
license = custom
@@ -27,8 +25,7 @@ pkgbase = dcmtk-git
backup = etc/dcmtk/printers.cfg
backup = etc/dcmtk/storescp.cfg
backup = etc/dcmtk/storescu.cfg
- source = git://git.dcmtk.org/dcmtk.git
+ source = git+https://git.dcmtk.org/dcmtk.git
sha256sums = SKIP
pkgname = dcmtk-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b311a9fda83f..9359609f67b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=3.6.1_20170228.43.gef9173b95
pkgrel=1
pkgdesc='Collection of libraries and applications implementing large parts the DICOM standard'
arch=('i686' 'x86_64')
-url='http://dicom.offis.de/dcmtk'
+url='https://dicom.offis.de/dcmtk'
license=('custom')
depends=('libxml2' 'libwrap' 'libjpeg-turbo' 'libpng' 'libtiff')
makedepends=('git' 'cmake' 'libsndfile' 'doxygen')
provides=("$_pkgname")
conflicts=("$_pkgname"{,-snapshot})
backup=("etc/dcmtk/"{dcmpstat,dcmqrscp,filelog,logger,printers,storescp,storescu}.cfg)
-source=("git://git.dcmtk.org/dcmtk.git")
+source=("git+https://git.dcmtk.org/dcmtk.git")
sha256sums=("SKIP")
pkgver() {