summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2022-10-21 19:54:33 +0200
committerBłażej Szczygieł2022-10-21 19:54:33 +0200
commitf469874c93993b0fc2f2b9343ae9b89733766cd1 (patch)
treedd526ffddd43927fa4001416be60e4ab192b719e
parentcee5e440224ec0b40eecd3eb0a1c50d99e74a65f (diff)
downloadaur-f469874c93993b0fc2f2b9343ae9b89733766cd1.tar.gz
Fix problem with git 2.38.1
-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() {