summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Mender2021-01-04 21:35:19 +0100
committerAndy Mender2021-01-04 21:35:19 +0100
commit0470fa25bad5d0cceae72390630631c4587bbef9 (patch)
treebdafb7461c9061a3e7510063228efb0c048862f6 /PKGBUILD
parent2ecc4e53e02db70a3c94d39e8379f431809600e8 (diff)
downloadaur-0470fa25bad5d0cceae72390630631c4587bbef9.tar.gz
Fix 'ode' dependency - available in community repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a80d620e0bf0..e36577cc57c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=panda3d
pkgver=1.10.8
-pkgrel=3
+pkgrel=4
pkgdesc="A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d."
url="http://www.panda3d.org"
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ optdepends=(# Recommended
'libjpeg: JPEG image format support'
'python: Python 3 bindings'
'ffmpeg: Required to load and play video textures'
- 'ode-compat: Support for the ODE physics engine (AUR)'
+ 'ode: Support for the ODE physics engine'
'libxxf86dga: Relative mouse mode (AUR)'
'bullet: Support for the Bullet physics engine'
'opusfile: Support for manipulating opus audio files'