summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-09-06 13:32:37 +0200
committerMartino Pilia2018-09-06 13:32:37 +0200
commit7b4321f06762ab5ce0b4a8d3bc4cc47662bee26f (patch)
tree600860202767ab8f6606136aea561144434332d8
parent2d51cabfa78be3849dfb18842e86728d1058ac70 (diff)
downloadaur-7b4321f06762ab5ce0b4a8d3bc4cc47662bee26f.tar.gz
fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db59b5492bc8..fe88c1799e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vv-git
pkgdesc = Image viewer for 2D, 2D+t, 3D and 3D+t (or 4D) images
pkgver = 1.4.0.r271.g24b75af3
- pkgrel = 2
+ pkgrel = 3
url = https://www.creatis.insa-lyon.fr/rio/vv/
arch = x86_64
license = BSD
@@ -9,6 +9,8 @@ pkgbase = vv-git
depends = insight-toolkit
depends = vtk
depends = qt5-base
+ depends = gdal
+ depends = unixodbc
provides = vv
conflicts = vv
conflicts = vv-bin
diff --git a/PKGBUILD b/PKGBUILD
index c3002d92d298..787e84b1e0d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=vv
pkgname=${_pkgname}-git
pkgver=1.4.0.r271.g24b75af3
-pkgrel=2
+pkgrel=3
pkgdesc='Image viewer for 2D, 2D+t, 3D and 3D+t (or 4D) images'
arch=('x86_64')
url='https://www.creatis.insa-lyon.fr/rio/vv/'
license=('BSD')
-depends=('insight-toolkit' 'vtk' 'qt5-base')
+depends=('insight-toolkit' 'vtk' 'qt5-base' 'gdal' 'unixodbc')
provides=('vv')
conflicts=('vv' 'vv-bin')
makedepends=('cmake')