summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBłażej Szczygieł2017-09-16 13:54:34 +0200
committerBłażej Szczygieł2017-09-16 13:54:34 +0200
commit6fdeae9f0dec1a2411adaf6912278654ff7fc75c (patch)
treee95f2c7ad13f938c5164dc609b0988fc795be660 /PKGBUILD
parent6b0ff7d23bdcbae43b64a2b84263fffb35f26130 (diff)
downloadaur-6fdeae9f0dec1a2411adaf6912278654ff7fc75c.tar.gz
Update to version 17.09.16, fix ARM arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b4f96ec17a3..34d78cf8ec26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2
-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')
@@ -12,7 +12,7 @@ optdepends=('pulseaudio: PulseAudio support'
'game_music_emu-kode54-git: Better chiptune support (less bugs in sound, AUR package)')
makedepends=('make' 'gcc' 'pkg-config' 'qt5-tools' 'cmake')
source=("https://github.com/zaps166/QMPlay2/releases/download/${pkgver}/QMPlay2-src-${pkgver}.tar.xz")
-sha1sums=(39043c5de37640d2859dca1129544fec76b2afc0)
+sha1sums=(929456be3f2b4bf91981db9f049a1f94241579e3)
build()
{