summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul-Louis Ageneau2024-01-11 00:40:59 +0100
committerPaul-Louis Ageneau2024-01-11 00:40:59 +0100
commita78b804703372308ba2b1eb6dba5b5446722dcb6 (patch)
treec0bf71efdc43e67d82c05f6cf8ea3caf0af2443f
parent780af8b577203d51ad557ddfd55d6137a046ff80 (diff)
downloadaur-a78b804703372308ba2b1eb6dba5b5446722dcb6.tar.gz
Do not uselessly fetch libjuice submodule
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a9067765977..e26e91125c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,7 @@ source=("git+https://github.com/paullouisageneau/$pkgname.git#tag=v$pkgver")
md5sums=('SKIP')
prepare() {
- cd "$pkgname"
- git submodule update --init --recursive
+ true
}
build() {