summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Wanders2018-10-06 20:36:28 +0200
committerTim Wanders2018-10-06 20:36:28 +0200
commitb523825cf9dd8d6c9c604e2d4f22abefc81e9210 (patch)
tree49517bcff091dcbafd1dc03e97e2da5e532a61d0
parent975256187c99cd45766941162d3333dde1cffdac (diff)
downloadaur-b523825cf9dd8d6c9c604e2d4f22abefc81e9210.tar.gz
sync
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ae2b0ab337..4da97ac69a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = ut2004-gog
depends = curl
depends = wine
depends = winetricks
+ depends = libstdc++5
+ depends = coreutils
source = git+https://github.com/tim241/ut2004-gog.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5228d202fc53..496fd7bbf4bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Popular first person shooter, native Linux version. (GOG version)"
arch=('x86_64')
url="https://github.com/tim241/ut2004-gog"
-depends=('bash' 'awk' 'sed' 'curl' 'wine' 'winetricks')
+depends=('bash' 'awk' 'sed' 'curl' 'wine' 'winetricks' 'libstdc++5' 'coreutils')
source=("git+https://github.com/tim241/${pkgname}.git")