summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2018-03-03 13:47:29 +0100
committerBłażej Szczygieł2018-03-03 13:47:29 +0100
commitd9bb25036fa5777e1abadca55dde1f735aaed856 (patch)
tree83aa78ad6d19775829aed284aa07ae2a52613517
parent35312cc9aaef49582c203aeaef842c349a912bb6 (diff)
downloadaur-d9bb25036fa5777e1abadca55dde1f735aaed856.tar.gz
Use new source code package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 795f94ec43bd..347033c6b5b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 2 21:51:28 UTC 2018
+# Sat Mar 3 12:47:07 UTC 2018
pkgbase = qmplay2
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
pkgver = 18.03.02
- pkgrel = 1
+ pkgrel = 2
url = http://zaps166.sourceforge.net/?app=QMPlay2
arch = i686
arch = x86_64
@@ -32,8 +32,8 @@ pkgbase = qmplay2
depends = libsidplayfp
optdepends = pulseaudio: PulseAudio support
optdepends = game_music_emu-kode54-git: Better chiptune support (less bugs in sound, AUR package)
- source = https://github.com/zaps166/QMPlay2/releases/download/18.03.02/QMPlay2-src-18.03.02.tar.xz
- sha1sums = 128baa6b2a207a71ea9e3bef4b398afcf80f36d7
+ source = https://github.com/zaps166/QMPlay2/releases/download/18.03.02/QMPlay2-src-18.03.02-1.tar.xz
+ sha1sums = 25e30935a089b4d36856b6b0ccceb9cee8b95df2
pkgname = qmplay2
diff --git a/PKGBUILD b/PKGBUILD
index d5b232e3e5d1..fce9ffaa4062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qmplay2
pkgver=18.03.02
-pkgrel=1
+pkgrel=2
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='http://zaps166.sourceforge.net/?app=QMPlay2'
@@ -11,8 +11,8 @@ depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'ffmpeg' 'libass' 'libgl' 'libva'
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=(128baa6b2a207a71ea9e3bef4b398afcf80f36d7)
+source=("https://github.com/zaps166/QMPlay2/releases/download/${pkgver}/QMPlay2-src-${pkgver}-1.tar.xz")
+sha1sums=(25e30935a089b4d36856b6b0ccceb9cee8b95df2)
build()
{