summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-12-05 14:07:11 +0100
committerAlexander F. Rødseth2018-12-05 14:07:11 +0100
commit8cddadfa2c55f691751a684713ae253b2781a5af (patch)
tree52cac7f12519c1fbf449647755c7a03cb82945cc
parent70805da3227163e4d235cbf4e8edb6711035b8e3 (diff)
downloadaur-8cddadfa2c55f691751a684713ae253b2781a5af.tar.gz
Use the any architecture
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdd499867c4..cec2033691f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
# Generated by mksrcinfo v8
-# Wed Dec 5 12:50:54 UTC 2018
+# Wed Dec 5 13:07:04 UTC 2018
pkgbase = ghextris
pkgdesc = Tetris-like game on a hexagonal grid
pkgver = 0.9.0
- pkgrel = 6
+ pkgrel = 7
url = http://mjr.iki.fi/software/ghextris
- arch = x86_64
+ arch = any
license = GPL
makedepends = gettext
makedepends = setconf
diff --git a/PKGBUILD b/PKGBUILD
index 49aaecc8f435..7be732480c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=ghextris
pkgver=0.9.0
-pkgrel=6
+pkgrel=7
pkgdesc='Tetris-like game on a hexagonal grid'
-arch=('x86_64')
+arch=('any')
# the https certificate is invalid
url='http://mjr.iki.fi/software/ghextris'
license=('GPL')