aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16c6d6e48c0a..37d8203c7025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
_pkgname=gerbil
pkgname=$_pkgname-git
pkgver=1.0b
-pkgrel=1
+pkgrel=2
pkgdesc="An interactive visualization tool targeted at multispectral and hyperspectral image data"
arch=(i686 x86_64)
url="http://www.gerbilvis.org/"
license=('GPL3')
-depends=('boost-libs' 'opencv' 'qt4' 'gdal')
+depends=('boost-libs' 'opencv' 'qt5-base' 'gdal')
makedepends=('boost' 'cmake' 'git')
conflicts=($_pkgname)
-install="$_pkgname.install"
source=('git+https://github.com/gerbilvis/gerbil.git' "$_pkgname.desktop")
md5sums=('SKIP' '95c325def4edada78a7841429ec19aa8')