summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2018-04-01 15:15:05 +0200
committerBłażej Szczygieł2018-04-01 15:15:05 +0200
commitf3570af30dd32d520bb0d5426f3a814dd4f8a8bc (patch)
treef3a6616dbb48b32a4a91779188f2819cc86e06f3
parent8db2292f715223ce3c703cbba24a1850d390a3d6 (diff)
downloadaur-f3570af30dd32d520bb0d5426f3a814dd4f8a8bc.tar.gz
Update to version 18.04.01
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84be1c0f218c..936a26e76023 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 3 12:49:12 UTC 2018
+# Sun Apr 1 13:14:54 UTC 2018
pkgbase = qmplay2
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 18.03.02
- pkgrel = 2
+ pkgver = 18.04.01
+ pkgrel = 1
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-1.tar.xz
- sha1sums = 25e30935a089b4d36856b6b0ccceb9cee8b95df2
+ source = https://github.com/zaps166/QMPlay2/releases/download/18.04.01/QMPlay2-src-18.04.01.tar.xz
+ sha1sums = 923fb924a594181fd5bcf4d5328b867cb28cdf07
pkgname = qmplay2
diff --git a/PKGBUILD b/PKGBUILD
index 0d93f61839c7..f464b1484bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2
-pkgver=18.03.02
-pkgrel=2
+pkgver=18.04.01
+pkgrel=1
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}-1.tar.xz")
-sha1sums=(25e30935a089b4d36856b6b0ccceb9cee8b95df2)
+source=("https://github.com/zaps166/QMPlay2/releases/download/${pkgver}/QMPlay2-src-${pkgver}.tar.xz")
+sha1sums=(923fb924a594181fd5bcf4d5328b867cb28cdf07)
build()
{