summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2022-12-16 16:49:37 +0000
committerCore2022-12-16 16:49:37 +0000
commit57d569d8b8fe8883f0da8bdccdb9de55db73f14a (patch)
treedad3f4b9d18c8a335464e8f83d5dcbd16bfe0597
parent378431efd7f18402526d08fb1b3c3cac41689062 (diff)
downloadaur-57d569d8b8fe8883f0da8bdccdb9de55db73f14a.tar.gz
Fix breaking issue with i18n repo submodule
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 749ceb8e1d6f..9f6be86754d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cider-git
pkgdesc = Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Compiled from the GitHub repositories main branch.
pkgver = 1.6.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/ciderapp/Cider.git
arch = armv7h
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 93fa9f7392ac..d6afa7855017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=cider-git
_pkgname=Cider
_pkgbranch=main
pkgver=1.6.0
-pkgrel=5
+pkgrel=6
pkgdesc="Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Compiled from the GitHub repositories ${_pkgbranch} branch."
arch=("armv7h" "i686" "x86_64")
url="https://github.com/ciderapp/${_pkgname}.git"
@@ -29,7 +29,8 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
-
+ git submodule update --init --recursive
+
echo "store-dir=.pnpm-store" >> .npmrc
echo "Building ${_pkgname} on v${pkgver} : [Install Build Dependencies] | Build | Done"