summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Jeandeau2020-10-17 10:42:30 +0900
committerAlexis Jeandeau2020-10-17 10:42:30 +0900
commit6c04417fa261b871d727dc6af707df1305631c64 (patch)
tree036bdab6e01a70556717a442fe613b47c2688580
parent7e210659fb1966b7d2b16edab5d84794bdf946a5 (diff)
downloadaur-6c04417fa261b871d727dc6af707df1305631c64.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af11255e730a..a850910f5c40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = flycasual-bin
pkgdesc = Fan-made "Star Wars: X-Wing Miniatures Game" simulator
pkgver = 1.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Sandrem/FlyCasual
arch = x86_64
license = MIT
+ depends = gcc-libs
+ depends = zlib
source = https://github.com/Sandrem/FlyCasual/releases/download/1.5/FlyCasual-v1.5-Linux.zip
source = https://raw.githubusercontent.com/Sandrem/FlyCasual/development/LICENSE
source = flycasual.sh
diff --git a/PKGBUILD b/PKGBUILD
index 6408eee4fa4d..f07f6975a605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=flycasual-bin
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Fan-made \"Star Wars: X-Wing Miniatures Game\" simulator"
arch=('x86_64')
url="https://github.com/Sandrem/FlyCasual"
license=('MIT')
-depends=()
+depends=('gcc-libs'
+ 'zlib')
source=("https://github.com/Sandrem/FlyCasual/releases/download/${pkgver}/FlyCasual-v${pkgver}-Linux.zip"
'https://raw.githubusercontent.com/Sandrem/FlyCasual/development/LICENSE'