summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2018-07-14 18:17:03 +0200
committerMichael Straube2018-07-14 18:17:03 +0200
commitb6a2a95e0724ec44d2309d2a5cc212d575c82b63 (patch)
tree4870f087f5515f3188c76f71279d5862ad37bafe
parent6bc366854cc56acff8ccdf3ce8235b0bb93448d1 (diff)
downloadaur-b6a2a95e0724ec44d2309d2a5cc212d575c82b63.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 da9b7e745887..a703a675e3a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = enyo-doom
pkgver = 1.05
pkgrel = 2
url = https://gitlab.com/sdcofer70/enyo-doom
- arch = i686
arch = x86_64
license = GPL
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 503df9c9688a..493428afc07f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Michael Straube <straubem@gmx.de>
+# Maintainer: Michael Straube <michael.straube@posteo.de>
# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Stephen D. Cofer <stephen.d.cofer@outlook.com>
@@ -7,7 +7,7 @@ pkgver=1.05
pkgrel=2
_commit=3e3cc1a4798a8732935b23697b7037a431819726
pkgdesc="A frontend for Doom engines"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://gitlab.com/sdcofer70/enyo-doom"
license=('GPL')
depends=('qt5-base')