summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2021-03-03 17:48:09 +0100
committerGianluca Boiano2021-03-03 17:48:09 +0100
commita4ff527e79f75b87f2fa2c15c2affc98e6559224 (patch)
tree7a3950aa95c1bb3f2a80c666575618d02b8ddbc0
parentd7701024745d879704d50cd835b430de37e91c4d (diff)
downloadaur-a4ff527e79f75b87f2fa2c15c2affc98e6559224.tar.gz
xash3d-git: update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b29ae1515df..97d883bca8cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = xash3d-git
pkgver = r1362.586d613
pkgrel = 1
url = http://xash.su/
+ arch = i686
arch = x86_64
license = GPL3
makedepends = make
@@ -22,6 +23,12 @@ pkgbase = xash3d-git
md5sums = c1f2f0000496b1a6e6763ac8fb25fed9
md5sums = 60d714544048b0383a7e79cfaed96d78
md5sums = 409462da6be03f004e84452cfcb93d6b
+ depends_i686 = freetype2
+ depends_i686 = fontconfig
+ depends_i686 = libpulse
+ depends_i686 = sdl2
+ makedepends_i686 = gcc
+ makedepends_i686 = gcc-libs
depends_x86_64 = lib32-freetype2
depends_x86_64 = lib32-fontconfig
depends_x86_64 = lib32-libpulse
diff --git a/PKGBUILD b/PKGBUILD
index 9522894d8a27..22379d1d21cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=xash3d-git
pkgver=r1362.586d613
pkgrel=1
pkgdesc="A custom Gold Source engine rewritten from scratch"
-arch=('x86_64')
+arch=('i686' 'x86_64')
url="http://xash.su/"
license=('GPL3')
depends=('xash3d-hlsdk')