summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2016-02-02 21:53:28 -0500
committerPhilip Sequeira2016-02-02 21:53:28 -0500
commit42dc8e4e8fae608811c4c5a2c985995b7863269c (patch)
treeeb53fc881c769b2b335fece560a4e43e407184ee
parent7ba54c32e66b23ca476b2dcc6469b977a5b31793 (diff)
downloadaur-42dc8e4e8fae608811c4c5a2c985995b7863269c.tar.gz
add armv6h and armv7h architectures
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c5f9a7311ef..bf66f5e2b71b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 23:45:34 UTC 2016
+# Wed Feb 3 02:52:40 UTC 2016
pkgbase = mpv-git
pkgdesc = Video player based on MPlayer/mplayer2 (git version)
- pkgver = 42598.gbd5a02d
+ pkgver = 42762.g5d94977
pkgrel = 1
url = http://mpv.io
install = mpv.install
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = GPL3
makedepends = git
makedepends = python-docutils
diff --git a/PKGBUILD b/PKGBUILD
index 414fdbd46eb7..42fda845ec4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@
pkgname=mpv-git
_gitname=mpv
-pkgver=42598.gbd5a02d
+pkgver=42762.g5d94977
pkgrel=1
pkgdesc='Video player based on MPlayer/mplayer2 (git version)'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
license=('GPL3')
url='http://mpv.io'
_undetected_depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')