summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Cruz2021-07-13 00:00:52 -0300
committerRafael Cruz2021-07-13 00:00:52 -0300
commitf48a5fff3b017cb1c9e72f954d20d194fc331582 (patch)
tree6147173bd9718879ac12c871c1f7b8f36f23da39
parent37ae0ea2dc1b36a9d24332f6bec0d2c59098e3ab (diff)
downloadaur-f48a5fff3b017cb1c9e72f954d20d194fc331582.tar.gz
Add dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2334695be4..01e023068b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fightcade2
pkgdesc = The best way to play your favorite retro games with or against any other player in the world.
- pkgver = 2.1.3
+ pkgver = 2.1.6
pkgrel = 1
url = https://www.fightcade.com/
arch = any
@@ -8,8 +8,13 @@ pkgbase = fightcade2
makedepends = gendesk
depends = rsync
depends = wine
+ depends = wine-mono
depends = lib32-mpg123
- source = fightcade2-2.1.3.tar.gz::https://web.fightcade.com/download/Fightcade-linux-latest.tar.gz
+ depends = lib32-libxss
+ depends = lib32-libcurl-gnutls
+ depends = libcurl-gnutls
+ depends = libzip
+ source = fightcade2-2.1.6.tar.gz::https://web.fightcade.com/download/Fightcade-linux-latest.tar.gz
md5sums = SKIP
pkgname = fightcade2
diff --git a/PKGBUILD b/PKGBUILD
index ccce3fe604df..370cae479149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Rafael Cruz <rafaelcruz at outlook dot com>
pkgname=fightcade2
-pkgver=2.1.3
+pkgver=2.1.6
pkgrel=1
pkgdesc='The best way to play your favorite retro games with or against any other player in the world.'
url='https://www.fightcade.com/'
arch=('any')
license=('custom')
-depends=(rsync wine lib32-mpg123)
+depends=(rsync wine wine-mono lib32-mpg123 lib32-libxss lib32-libcurl-gnutls libcurl-gnutls libzip)
makedepends=(gendesk)
source=("$pkgname-$pkgver.tar.gz::https://web.fightcade.com/download/Fightcade-linux-latest.tar.gz")
md5sums=('SKIP')