summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeSnake042021-09-29 21:00:24 +0200
committerLeSnake042021-09-29 21:00:24 +0200
commit436b66346bf611c106e5a6a4c4892047b4a6e1eb (patch)
treed004fe5b5caf27e3d1af662571cfe3a3c995c932 /PKGBUILD
parent85846c088cda05111cbc118bc3a416555255214c (diff)
downloadaur-436b66346bf611c106e5a6a4c4892047b4a6e1eb.tar.gz
fixed architecture selection
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fdab97d9ca8..1dd530b0cf81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=qmplay2
_pkgname2=QMPlay2
pkgname=$_pkgname-appimage
pkgver=21.06.07
-pkgrel=8
+pkgrel=9
_srcpkgver=$pkgver-1
_appimage=${_pkgname}-${pkgver}.AppImage
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
-arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
+arch=('x86_64')
url='https://github.com/zaps166/QMPlay2'
license=('LGPL')
depends=('appimagelauncher')