summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-12-17 15:38:06 +0100
committersL1pKn072017-12-17 15:38:06 +0100
commitd215a40c6eecbdacf2026ee127160f719dc3befd (patch)
tree7f700bb69d10887669666eaf68fd23c2e3d64877
parentd1a8d56ed81c97171d9d4e18cc5b0d479ec4e93e (diff)
downloadaur-d215a40c6eecbdacf2026ee127160f719dc3befd.tar.gz
remove i686 support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72771d62a3bc..4e71865d0fc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Dec 16 19:24:31 UTC 2017
+# Sun Dec 17 14:37:39 UTC 2017
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
pkgver = v0.27.0.548.g3c4667c862
pkgrel = 1
url = http://mpv.io
- arch = i686
arch = x86_64
license = GPL2
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index f0d7585f10f1..7b9f994dc670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=mpv-build-git
pkgver=v0.27.0.548.g3c4667c862
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
-arch=('i686' 'x86_64' )
+arch=('x86_64' )
depends=(
'desktop-file-utils'
'fribidi'