[arch-commits] Commit in ogre/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 3 09:08:32 UTC 2021


    Date: Tuesday, August 3, 2021 @ 09:08:32
  Author: arojas
Revision: 993499

Drop unused openexr dependency

Modified:
  ogre/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-03 09:04:09 UTC (rev 993498)
+++ PKGBUILD	2021-08-03 09:08:32 UTC (rev 993499)
@@ -1,12 +1,12 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
 pkgname=ogre
 pkgver=2.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('x86_64')
 url='http://www.ogre3d.org'
 license=('custom:MIT')
-depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'openexr' 'rapidjson'
+depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'rapidjson'
          'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml' 'zlib')
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 'cppunit')
 install=ogre.install



More information about the arch-commits mailing list