summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49962f9b72c5..16aee0639553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qmplay2-git
pkgdesc = QMPlay2 is a video and audio player which can play most formats and codecs
- pkgver = 22.08.21.r0.g7e8a9fd4
+ pkgver = 22.08.21.r44.g0c9cd8d4
pkgrel = 1
url = https://github.com/zaps166/QMPlay2
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index aa31a1eabe9b..b2302dee432a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=qmplay2-git
-pkgver=22.08.21.r0.g7e8a9fd4
+pkgver=22.08.21.r44.g0c9cd8d4
pkgrel=1
pkgdesc='QMPlay2 is a video and audio player which can play most formats and codecs'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -35,7 +35,7 @@ prepare() {
git submodule init
git config submodule.src/qmvk.url ../QmVk
git config submodule.src/qmplay2/vulkan/headers.url ../Vulkan-Headers
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {