summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsmls2015-08-14 22:14:50 +0200
committersmls2015-08-14 22:14:50 +0200
commit138df51d4448ce65e39c0357411d4147cbfc73ce (patch)
tree1de1a6f8d4b125b0964fff66c5c2ccc61c59657f /PKGBUILD
parentaea7e6b5582f7a2f5eabfcaea3bc4a1b7bfa81ff (diff)
downloadaur-138df51d4448ce65e39c0357411d4147cbfc73ce.tar.gz
mention data packages in optdepends and install script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b3155edb62b..3ee0b6614125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,12 @@ arch=('i686' 'x86_64')
url='https://github.com/arx/ArxLibertatis'
license=('GPL3')
depends=('sdl' 'devil' 'openal' 'zlib' 'boost' 'glew' 'mesa' 'libgl')
+optdepends=('arxfatalis-data-gog: game data from GOG.com installer'
+ 'arxfatalis-data-copy: game data from existing win32 installation'
+ 'arxfatalis-data-demo: game data from official freeware demo'
+ 'qt: enable built-in crash handler (Qt5 version; recompile needed)'
+ 'qt4: enable built-in crash handler (Qt4 version; recompile needed)'
+ 'gdb: generate detailed crash reports')
makedepends=('git' 'cmake')
provides=('arx')
conflicts=('arx')