summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2021-09-12 22:55:59 +0200
committerJose Riha2021-09-12 22:55:59 +0200
commit70365f16701625ae36f925d28712ac01bf476b4e (patch)
tree44a66c4543cad70ecdc621a12d7af64f6f2f2003
parent484852e806407e3c0af1bf854502e53a32520cb0 (diff)
downloadaur-gfusion-demo.tar.gz
Add x86_64 arch (thanks @micwoj92)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a02153908561..efd806cf59ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = gfusion-demo
pkgdesc = Galcon Fusion is a high-paced multi-player galactic arcade-strategy game (demo)
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = http://www.galcon.com/fusion/
arch = i686
+ arch = x86_64
license = custom:free_demo
makedepends = imagemagick
makedepends = mesa
- depends = sdl_image
source = http://www.galcon.com/fusion/files/gfusion.tgz
source = gfusion-demo.desktop
md5sums = ad7781d4eadd9612a5fb6f026073e126
md5sums = fb11aeb07b3ef6e26edba60ba0ec0eaf
+ depends_i686 = sdl_image
+ depends_x86_64 = lib32-sdl_image
+ depends_x86_64 = lib32-glu
pkgname = gfusion-demo
-
diff --git a/PKGBUILD b/PKGBUILD
index 45ba1b743071..a78677ebba1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=gfusion-demo
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="Galcon Fusion is a high-paced multi-player galactic arcade-strategy game (demo)"
-arch=('i686')
+arch=('i686' 'x86_64')
url="http://www.galcon.com/fusion/"
license=('custom:free_demo')
makedepends=('imagemagick' 'mesa')
-depends=('sdl_image')
+depends_i686=('sdl_image')
+depends_x86_64=('lib32-sdl_image' 'lib32-glu')
source=("http://www.galcon.com/fusion/files/gfusion.tgz" "gfusion-demo.desktop")
md5sums=('ad7781d4eadd9612a5fb6f026073e126'
'fb11aeb07b3ef6e26edba60ba0ec0eaf')