summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeSnake042021-07-24 21:07:58 +0200
committerLeSnake042021-07-24 21:07:58 +0200
commite2f9476f3f317c5ab18a007bc16924e73a9a956f (patch)
treedfe2e7068fc36cc4b7be4fd31cef550e1dc05daa
parent25de6a612ca16639b7deee05151c2c022531527e (diff)
downloadaur-e2f9476f3f317c5ab18a007bc16924e73a9a956f.tar.gz
updated dependencies
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e050cca5e5d9..c9b5079d38b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,11 @@ arch=('x86_64')
url="https://github.com/FlashpointProject/launcher"
license=('MIT')
depends=('nss>=3.0'
- 'gtk3')
+ 'php'
+ 'gtk3'
+ 'libxss'
+ 'wine')
+optdepends=('flashplayer-standalone: native Flash support')
makedepends=('npm')
conflicts=('flashpoint-bin')
source=("${pkgname}"::"git+https://github.com/FlashpointProject/launcher.git")