summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardanico2019-12-24 18:03:08 +0300
committerYardanico2019-12-24 18:03:08 +0300
commit809754a61b750be101dc5425cc52134b0b47f744 (patch)
tree6f875f36d9c4d64859192df37bcf657db75f6058
parenteb2e5fb374b9d81a643db398c51ee9644adb3c7e (diff)
downloadaur-809754a61b750be101dc5425cc52134b0b47f744.tar.gz
Fix 32-bit arch, works on archlinux32 now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7dc8d6f76cf..60c774775dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = doom2df-git
pkgrel = 1
url = http://doom2d.org/
arch = x86_64
- arch = i386
+ arch = i686
license = GPL3
makedepends = git
makedepends = fpc
diff --git a/PKGBUILD b/PKGBUILD
index f6de8146b865..84fa87a0bcba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=doom2df-git
pkgver=r1174.5b8e9b8
pkgrel=1
pkgdesc="Doom 2D Forever: A Doom 2D remake with multiplayer"
-arch=(x86_64 i386)
+arch=(x86_64 i686)
url="http://doom2d.org/"
license=('GPL3')
depends=(sdl2_mixer sdl2 enet libgl miniupnpc)