summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2020-12-25 17:18:24 +0100
committerJose Riha2020-12-25 17:18:24 +0100
commit92971d67808beb26872dd149ab4ff36eca4efb85 (patch)
treeaaf6d1f8b36453be39f15cc2a8902eafa6c6ba03
parent224f1d925c74a9243cd08efb21689194d9a55555 (diff)
downloadaur-92971d67808beb26872dd149ab4ff36eca4efb85.tar.gz
Don't disable openssl
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3bdc47c43ac..50b64ce8a3dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = panda3d
pkgdesc = A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d.
pkgver = 1.10.7
- pkgrel = 2
+ pkgrel = 3
url = http://www.panda3d.org
install = panda3d.install
arch = i686
@@ -27,7 +27,6 @@ pkgbase = panda3d
optdepends = xorg-server: X11 support
optdepends = libgl: OpenGL support for X11
optdepends = python: Python 3 bindings
- optdepends = openssl: Provides some networking and encryption support
optdepends = ffmpeg: Required to load and play video textures
optdepends = libjpeg: Required to read and write jpeg images
optdepends = libpng: Required to read and write png images
diff --git a/PKGBUILD b/PKGBUILD
index 4325885869cd..73e5283d3c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=panda3d
pkgver=1.10.7
-pkgrel=2
+pkgrel=3
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')
@@ -26,7 +26,6 @@ optdepends=(# Pretty much required
'libgl: OpenGL support for X11'
# Recommended
'python: Python 3 bindings'
- 'openssl: Provides some networking and encryption support'
'ffmpeg: Required to load and play video textures'
'libjpeg: Required to read and write jpeg images'
'libpng: Required to read and write png images'
@@ -74,7 +73,7 @@ prepare() {
build() {
cd "$srcdir/panda3d-$pkgver"
- python makepanda/makepanda.py --everything --no-opencv --no-opencv --no-maya2012 --no-fmodex --no-gles --no-gles2 --no-openssl --no-egl ${PANDAFLAGS} --threads ${BUILD_THREADS:-$JOBS}
+ python makepanda/makepanda.py --everything --no-opencv --no-opencv --no-maya2012 --no-fmodex --no-gles --no-gles2 --no-egl ${PANDAFLAGS} --threads ${BUILD_THREADS:-$JOBS}
}
package() {