summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-12-10 13:48:06 -0200
committerRafael Fontenelle2017-12-10 13:48:06 -0200
commita55e8d9b26b9167625bd79f28ff3a54e62948f4b (patch)
tree46529c5455064229106bb4ad4c8ba07a3f4b4ed6
parente87afeeff59651273082106ae79d3f5f7b049928 (diff)
downloadaur-a55e8d9b26b9167625bd79f28ff3a54e62948f4b.tar.gz
Drop i686 support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f944d1dcdf1f..4f76a3b392f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Oct 3 18:24:26 UTC 2017
+# Sun Dec 10 15:47:58 UTC 2017
pkgbase = teeworlds-git
pkgdesc = Multiplayer 2D shooter
pkgver = 0.7.788.g16965e4b
pkgrel = 1
url = http://teeworlds.com
- arch = i686
arch = x86_64
license = custom
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index ff7ac693ae11..9475da80eb8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=teeworlds-git
pkgver=0.7.788.g16965e4b
pkgrel=1
pkgdesc='Multiplayer 2D shooter'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://teeworlds.com"
license=('custom')
depends=('alsa-lib' 'glu' 'mesa' 'gcc-libs' 'sdl2' 'freetype2')