summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeSnake042021-07-25 22:52:57 +0200
committerLeSnake042021-07-25 22:52:57 +0200
commit3f9fffc1c48b36119564a6f69a822b731389ba79 (patch)
treed9f3cd5896602f9a27bd5029c44160609eee73de
parentc966459631a5323de391f35e9c14b60221646bab (diff)
downloadaur-3f9fffc1c48b36119564a6f69a822b731389ba79.tar.gz
updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b251ff2852df..a3c6b5cb0bff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flashpoint-launcher-bin
pkgdesc = Launcher for BlueMaxima's Flashpoint with script to install data files
pkgver = 10.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/FlashpointProject/launcher
install = flashpoint-launcher-bin.install
arch = x86_64
@@ -11,6 +11,8 @@ pkgbase = flashpoint-launcher-bin
depends = gtk3
depends = libxss
depends = wine
+ depends = wget
+ depends = p7zip
optdepends = flashplayer-standalone: native Flash support
conflicts = flashpoint-bin
conflicts = flashpoint-launcher-git
diff --git a/PKGBUILD b/PKGBUILD
index 0e7e021cf52e..750e9f2f6534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flashpoint-launcher-bin
pkgver=10.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="Launcher for BlueMaxima's Flashpoint with script to install data files"
arch=('x86_64')
url="https://github.com/FlashpointProject/launcher"
@@ -11,7 +11,9 @@ depends=('nss>=3.0'
'php'
'gtk3'
'libxss'
- 'wine')
+ 'wine'
+ 'wget'
+ 'p7zip')
optdepends=('flashplayer-standalone: native Flash support')
conflicts=('flashpoint-bin' 'flashpoint-launcher-git')
source=("https://github.com/FlashpointProject/launcher/releases/download/10.0.0/Flashpoint-10.0.0_linux-amd64.deb"