summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8df757d402d2..652d696365a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = itk-snap
- pkgdesc = ITK-SNAP is a software application used to segment structures in 3D medical images
+ pkgdesc = Software to segment structures in 3D medical images
pkgver = 3.6.0
- pkgrel = 4
+ pkgrel = 5
url = http://www.itksnap.org
arch = x86_64
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = itk-snap
depends = gdal
depends = glew
depends = insight-toolkit
+ depends = jsoncpp
depends = libogg
depends = libtheora
depends = netcdf
diff --git a/PKGBUILD b/PKGBUILD
index d0d5caf71e5b..cc2aef04de94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=itk-snap
pkgver=3.6.0
-pkgrel=4
-pkgdesc='ITK-SNAP is a software application used to segment structures in 3D medical images'
+pkgrel=5
+pkgdesc='Software to segment structures in 3D medical images'
arch=('x86_64')
url='http://www.itksnap.org'
license=('GPL3')
@@ -12,6 +12,7 @@ depends=(
'gdal'
'glew'
'insight-toolkit'
+ 'jsoncpp'
'libogg'
'libtheora'
'netcdf'