summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2022-11-06 22:53:03 -0800
committerZion Nimchuk2022-11-06 22:53:03 -0800
commitfca869ff349a61e789143f5fa016878aa49d86fd (patch)
tree9339ad1607d676c4639b301daf437d35224548b2
parentffd058d7fefc20af9a37837c274895d6cacf6604 (diff)
downloadaur-fca869ff349a61e789143f5fa016878aa49d86fd.tar.gz
Add submodule thing
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bcd2969a711..6946c577ffac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcs3-git
pkgdesc = A Sony PlayStation 3 emulator
- pkgver = 0.0.23.13925.73ed657e0
+ pkgver = 0.0.25.14360.b57ab74ee7
pkgrel = 1
url = https://github.com/RPCS3/rpcs3
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9acd016608d3..c775d206e643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Submitter: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rpcs3-git
-pkgver=0.0.23.13925.73ed657e0
+pkgver=0.0.25.14360.b57ab74ee7
pkgrel=1
pkgdesc='A Sony PlayStation 3 emulator'
arch=(x86_64)
@@ -90,10 +90,10 @@ prepare() {
url=$(git config $urlid | awk -F/ '{print $(NF-1)"/"$(NF-0)}')
git config $urlid https://github.com/$url
- git submodule update --init --depth=1 $path
+ git -c protocol.file.allow=always submodule update --init --depth=1 $path
done
- git submodule update 3rdparty/glslang/glslang llvm
+ git -c protocol.file.allow=always submodule update 3rdparty/glslang/glslang llvm
}
build() {