summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-09-03 03:56:03 +0200
committerEmmanuel Gil Peyrot2018-09-03 03:56:03 +0200
commitd6aa8c80a2d1a9f682a20720557abad76205029e (patch)
treea65e928e26441d35f975dc7a3c8fdc732f00b159
parent1d60f528214229b8d0f767b2ee6e1e881f8d04df (diff)
downloadaur-d6aa8c80a2d1a9f682a20720557abad76205029e.tar.gz
Remove i686 and add ARM architectures.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8917f55e2aca..134f73874e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=python-pympv
pkgver=0.5.1
pkgrel=1
pkgdesc="A python wrapper for libmpv."
-arch=('i686' 'x86_64')
+arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/marcan/pympv"
license=('GPL')
depends=('python' 'mpv')