summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorsMortium2023-09-08 23:54:22 +0200
committerMorsMortium2023-09-08 23:54:22 +0200
commit0abd5d480491496595b548ed54c621690fb13599 (patch)
tree924cf3cc4e4ae3afef15e4ee4d23ebec4963d63c
parentb74d738ac910118d957805182c229d7554ff1a42 (diff)
downloadaur-0abd5d480491496595b548ed54c621690fb13599.tar.gz
Proper architecture
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5dad56c3cf8..0e090752e0ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = hexon-git
pkgver = r503.9969fcc
pkgrel = 1
url = https://gitlab.com/luckeyproductions/games/hexon
- arch = any
+ arch = x86_64
license = GPL2
makedepends = git
makedepends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 7775834674bd..d7a8a8bbdc0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_pkgname}-git
pkgver=r503.9969fcc
pkgrel=1
pkgdesc='heXon is a free and open source twin-stick-shooter created using the Dry game engine.'
-arch=('any')
+arch=('x86_64')
url="https://gitlab.com/luckeyproductions/games/${_pkgname}"
license=('GPL2')
depends=('dry')