summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdavidwu2023-02-06 11:12:46 +0800
committerxdavidwu2023-02-06 11:12:46 +0800
commit340e27dda803b618aec8a2e52f96b023b554ec6e (patch)
treea094f3e8061cf62e690a62794f50c3380c5e8dfe
parent7e4df2ea27b40af3dfa464d973aaaf4f245d0983 (diff)
downloadaur-340e27dda803b618aec8a2e52f96b023b554ec6e.tar.gz
submodules: add cpu_features
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a9811b6ad2c..4776d81ffaaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,6 +28,7 @@ pkgbase = ppsspp-git
source = git+https://github.com/KhronosGroup/SPIRV-Cross.git
source = armips-filesystem::git+https://github.com/Kingcom/filesystem.git
source = git+https://github.com/facebook/zstd.git
+ source = git+https://github.com/google/cpu_features.git
source = ppsspp.desktop
source = ppsspp-qt.desktop
sha256sums = SKIP
@@ -40,6 +41,7 @@ pkgbase = ppsspp-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = 77a88e75f3c090856442b11c8d3f24ed95cc9ca0da1e3f22a40b700b30a3a7b7
sha256sums = 7456207ba3759ee93709e25b7bfce5b560a8cb432e2d578ef0f98cb6da6c4d15
diff --git a/PKGBUILD b/PKGBUILD
index 8cdea067c251..69664aceb7f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,6 +47,7 @@ source=(
git+https://github.com/KhronosGroup/SPIRV-Cross.git
armips-filesystem::git+https://github.com/Kingcom/filesystem.git
git+https://github.com/facebook/zstd.git
+ git+https://github.com/google/cpu_features.git
ppsspp.desktop
ppsspp-qt.desktop
)
@@ -60,6 +61,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'77a88e75f3c090856442b11c8d3f24ed95cc9ca0da1e3f22a40b700b30a3a7b7'
'7456207ba3759ee93709e25b7bfce5b560a8cb432e2d578ef0f98cb6da6c4d15')
@@ -77,7 +79,7 @@ prepare() {
git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
git -c protocol.file.allow=always submodule update ${submodule}
done
- for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross,zstd}; do
+ for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross,zstd,cpu_features}; do
git submodule init ${submodule}
git config submodule.${submodule}.url ../${submodule#*/}
git -c protocol.file.allow=always submodule update ${submodule}