summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorsMortium2023-09-08 23:55:34 +0200
committerMorsMortium2023-09-08 23:55:34 +0200
commit43a1ae834ead9bee4f23011fb3694d64b8e4ad11 (patch)
tree68e95ea5a31f3efa1b58788232caf06854968d1b
parent89e02417bf5ed6ebbdffda4a57e90d2fe7dca695 (diff)
downloadaur-43a1ae834ead9bee4f23011fb3694d64b8e4ad11.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 d32a1a7b1810..c31648d93b89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = tux-git
pkgver = r170.a33c631
pkgrel = 1
url = https://gitlab.com/luckeyproductions/games/tux
- arch = any
+ arch = x86_64
license = GPL3
license = CC0
license = CC-BY-3.0
diff --git a/PKGBUILD b/PKGBUILD
index 3a198ca64cb7..6ca825eb7ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_pkgname}-git
pkgver=r170.a33c631
pkgrel=1
pkgdesc='A 3D platform game featuring the famous Linux mascot.'
-arch=('any')
+arch=('x86_64')
url="https://gitlab.com/luckeyproductions/games/${_pkgname}"
license=('GPL3' 'CC0' 'CC-BY-3.0' 'CC-BY-4.0' 'CC-BY-SA-4.0')
depends=('dry')