summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2018-08-02 14:34:52 +0200
committerAlexander F. Rødseth2018-08-02 14:34:52 +0200
commite50236be21d4161f323c4591631c4de315ca15b9 (patch)
tree4ace1334a0d0af72bba09618dcd3c6299a87ee4c
parent422c045dc749c9b87e03708504064641ad438233 (diff)
downloadaur-e50236be21d4161f323c4591631c4de315ca15b9.tar.gz
Set arch to 'any'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 879a38cca303..368083e825c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
# Generated by mksrcinfo v8
-# Thu Aug 2 12:32:50 UTC 2018
+# Thu Aug 2 12:34:47 UTC 2018
pkgbase = python-pyxel
pkgdesc = Retro game development environment
pkgver = 0.7.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/katao/pyxel
- arch = x86_64
+ arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 9791272cacb2..33975cb92fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python-pyxel
pkgver=0.7.3
-pkgrel=2
+pkgrel=3
pkgdesc='Retro game development environment'
-arch=('x86_64')
+arch=('any')
url='https://github.com/katao/pyxel'
license=('MIT')
depends=('portaudio' 'python-glfw' 'python-numpy' 'python-opengl'