summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2017-09-16 13:50:41 +0200
committerBłażej Szczygieł2017-09-16 13:54:51 +0200
commitb559d3cb4e23a0b79a68c55f0b3f99e97420a8f9 (patch)
treed0a19a8c356447cad866336b74419520040aed7c
parentfbae4722c318e35af369b24798a688a9df2be248 (diff)
downloadaur-b559d3cb4e23a0b79a68c55f0b3f99e97420a8f9.tar.gz
Bump version, fix ARM arch
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3780d31e95e7..eadf8d976a14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Sep 13 19:20:06 UTC 2017
+# Sat Sep 16 11:54:47 UTC 2017
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 17.09.13
+ pkgver = 17.09.16
pkgrel = 1
url = http://zaps166.sourceforge.net/?app=QMPlay2
arch = i686
arch = x86_64
- arch = armv7
- arch = armv6
- arch = armv5
+ arch = armv7h
+ arch = armv6h
license = LGPL
makedepends = make
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index de38cc965854..aca6617ba06a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2-git
-pkgver=17.09.13
+pkgver=17.09.16
pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
-arch=('i686' 'x86_64' 'armv7' 'armv6' 'armv5')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='http://zaps166.sourceforge.net/?app=QMPlay2'
license=('LGPL')
depends=('qt5-base' 'qt5-svg' 'ffmpeg' 'libass' 'libgl' 'libva' 'libxv' 'alsa-lib' 'libcdio' 'taglib' 'libcddb' 'libpulse' 'libgme' 'libsidplayfp')