summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112016-01-09 22:34:33 +0100
committerjose17112016-01-09 22:34:33 +0100
commitbdc7f4374e75aedbdfccc03c309713d02395feec (patch)
tree546eb18f11c23de464d8121ce90c6c2164c04dcc /PKGBUILD
parent1fe5a32da8dc823eef1bbd164251a3a66a45f34e (diff)
downloadaur-bdc7f4374e75aedbdfccc03c309713d02395feec.tar.gz
fixed dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 984260297601..ecc2bf67a69d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Jakub Luzny <limoto94@gmail.com>
pkgname=openscenegraph-2.8
pkgver=2.8.5
-pkgrel=2
+pkgrel=3
pkgdesc="An Open Source, high performance real-time graphics toolkit"
arch=('i686' 'x86_64')
license=('custom:OSGPL')
url="http://www.openscenegraph.org"
-depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+depends=('giflib4' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
makedepends=('cmake' 'libvncserver')
optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib')
conflicts=('openthreads' 'openscenegraph')