summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84890c16c0f7..c98561e663b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = itk
pkgdesc = An open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis
pkgver = 5.3.0
- pkgrel = 5
+ pkgrel = 6
url = https://www.itk.org
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = cmake
makedepends = gcc12
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index afcb3f8dbd85..8d0c86953642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=ITK
pkgname=(itk python-itk)
pkgver=5.3.0
-pkgrel=5
+pkgrel=6
pkgdesc='An open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis'
arch=('x86_64')
url='https://www.itk.org'
-license=('Apache')
+license=('Apache-2.0')
depends=(
dcmtk
double-conversion