summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2024-05-23 23:28:31 +0200
committerBłażej Szczygieł2024-05-23 23:29:26 +0200
commit8b155025d06ee41d5820b7e7091ea2f65cb6d90f (patch)
tree4f06ad01a0584ae8c720f9db895aaf1ef76a3aa6
parent4a551d4fc9ea5d5152bd6b1c16069e696bd39d56 (diff)
downloadaur-8b155025d06ee41d5820b7e7091ea2f65cb6d90f.tar.gz
Update to version 24.05.23
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 8 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7376a1181530..a931c29a0cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qmplay2
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 24.04.07
- pkgrel = 2
+ pkgver = 24.05.23
+ pkgrel = 1
url = https://github.com/zaps166/QMPlay2
arch = i686
arch = x86_64
@@ -37,13 +37,7 @@ pkgbase = qmplay2
optdepends = pulseaudio: PulseAudio support
optdepends = game_music_emu-kode54-git: Better chiptune support (less bugs in sound, AUR package)
options = !lto
- source = https://github.com/zaps166/QMPlay2/releases/download/24.04.07/QMPlay2-src-24.04.07.tar.xz
- source = https://github.com/zaps166/QMPlay2/commit/67aa6108c2625ba03b2f240d0ffbe8cb9149e59e.patch
- source = https://github.com/zaps166/QMPlay2/commit/7add6ca90b84895b24eeecb82dff2bf97957151e.patch
- source = https://github.com/zaps166/QMPlay2/commit/f032defcaf4098d8428734f59dbb401ba49e04a9.patch
- sha256sums = 7c525c936ef9096a3a271865e42fee9f494bd18a3992e56505cac94d07145da7
- sha256sums = 2102ef7c80e06ce2feb7c357bbfb460f90987740e0dc42871888cfd5a288ffa7
- sha256sums = fa818c6a72dc551d55effafb27e802726f05752dc42bc14ee718b6daf626d438
- sha256sums = 16b5a6bcc1e09e607305c90348299443cba8aa775dee20cf521fa791061c91ad
+ source = https://github.com/zaps166/QMPlay2/releases/download/24.05.23/QMPlay2-src-24.05.23.tar.xz
+ sha256sums = 4dd650b1b6507207ffcfcb57a454b2150b0e48a8efe649233ea2d5a16209a2be
pkgname = qmplay2
diff --git a/PKGBUILD b/PKGBUILD
index 3dac17ea303f..a2086610e637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2
-pkgver=24.04.07
-pkgrel=2
+pkgver=24.05.23
+pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='https://github.com/zaps166/QMPlay2'
@@ -12,22 +12,12 @@ optdepends=('pulseaudio: PulseAudio support'
'game_music_emu-kode54-git: Better chiptune support (less bugs in sound, AUR package)')
makedepends=('ninja' 'clang' 'pkg-config' 'qt6-tools' 'cmake' 'fakeroot' 'patch')
options=(!lto)
-source=("https://github.com/zaps166/QMPlay2/releases/download/${pkgver}/QMPlay2-src-${pkgver}.tar.xz"
- "https://github.com/zaps166/QMPlay2/commit/67aa6108c2625ba03b2f240d0ffbe8cb9149e59e.patch"
- "https://github.com/zaps166/QMPlay2/commit/7add6ca90b84895b24eeecb82dff2bf97957151e.patch"
- "https://github.com/zaps166/QMPlay2/commit/f032defcaf4098d8428734f59dbb401ba49e04a9.patch")
-sha256sums=(7c525c936ef9096a3a271865e42fee9f494bd18a3992e56505cac94d07145da7
- 2102ef7c80e06ce2feb7c357bbfb460f90987740e0dc42871888cfd5a288ffa7
- fa818c6a72dc551d55effafb27e802726f05752dc42bc14ee718b6daf626d438
- 16b5a6bcc1e09e607305c90348299443cba8aa775dee20cf521fa791061c91ad)
+source=("https://github.com/zaps166/QMPlay2/releases/download/${pkgver}/QMPlay2-src-${pkgver}.tar.xz")
+sha256sums=(4dd650b1b6507207ffcfcb57a454b2150b0e48a8efe649233ea2d5a16209a2be)
prepare()
{
mkdir -p $srcdir/QMPlay2-build
- cd $srcdir/QMPlay2-src-${pkgver}
- patch -p1 < ../67aa6108c2625ba03b2f240d0ffbe8cb9149e59e.patch
- patch -p1 < ../7add6ca90b84895b24eeecb82dff2bf97957151e.patch
- patch -p1 < ../f032defcaf4098d8428734f59dbb401ba49e04a9.patch
}
build()