summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2018-07-14 18:29:43 +0200
committerMichael Straube2018-07-14 18:29:43 +0200
commit79e50f0f11c7d58dcd4ff82816ca974fdd1ed80c (patch)
tree48ebbc10b1a51b90e343b5e98338992d65fb79ae
parent734d9420a7b513a2723949a81c50cbea1f733883 (diff)
downloadaur-79e50f0f11c7d58dcd4ff82816ca974fdd1ed80c.tar.gz
Drop i686
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2033f7c9d7e1..cdf47651f0fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = chipmachine
pkgver = 1.4b3
pkgrel = 4
url = https://github.com/sasq64/chipmachine
- arch = i686
arch = x86_64
license = MIT
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index e8cbba22162d..9b61bd582255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Michael Straube <straubem@gmx.de>
+# Maintainer: Michael Straube <michael.straube@posteo.de>
# Contributor: Sebastian Wolf <fatmike303 at googlemail dot com>
pkgname=chipmachine
pkgver=1.4b3
pkgrel=4
pkgdesc='Demoscene/Retro Music Player'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/sasq64/chipmachine'
license=('MIT')
depends=('mpg123' 'glew' 'glfw' 'curl' 'fftw')