summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJose Riha2020-12-25 17:18:24 +0100
committerJose Riha2020-12-25 17:18:24 +0100
commit92971d67808beb26872dd149ab4ff36eca4efb85 (patch)
treeaaf6d1f8b36453be39f15cc2a8902eafa6c6ba03 /.SRCINFO
parent224f1d925c74a9243cd08efb21689194d9a55555 (diff)
downloadaur-92971d67808beb26872dd149ab4ff36eca4efb85.tar.gz
Don't disable openssl
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 1 insertions, 2 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