summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2022-02-01 21:02:32 +0000
committerCore2022-02-01 21:02:32 +0000
commit82fcf4c007ff7e75d874fe300eebcacb5e9292d9 (patch)
tree5d8ea6ce169a661addc83dac7a667a31b3f2b1c5
parentacbcd6ed5013da676590101b7a9ed0c1f8fde424 (diff)
downloadaur-82fcf4c007ff7e75d874fe300eebcacb5e9292d9.tar.gz
reverted the yarn upgrade
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edd937b4dcf5..e347b5c3e98d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cider
pkgdesc = Project Cider. A new look into listening and enjoying music in style and performance. Built from the ground up with vue.js and electron. Compiled from the GitHub repositories main branch.
- pkgver = 1.1.0.1601.0c4b032
+ pkgver = 1.1.0.1646.4963636
pkgrel = 1
url = https://github.com/CiderApp/Cider.git
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 292b3674ab1d..6ca09a7fadc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cider
_pkgname=Cider
-pkgver=1.1.0.1601.0c4b032
+pkgver=1.1.0.1646.4963636
pkgrel=1
pkgdesc="Project Cider. A new look into listening and enjoying music in style and performance. Built from the ground up with vue.js and electron. Compiled from the GitHub repositories main branch."
arch=("armv7h" "i686" "x86_64")
@@ -26,9 +26,9 @@ sha256sums=('SKIP'
build() {
cd "${srcdir}/${_pkgname}"
+
echo "Building ${_pkgname} on v${pkgver} : [Install Build Dependencies] | Build | Done"
- YARN_CACHE_FOLDER="${srcdir}/yarn-cache"
- yarn install --immutable
+ yarn install --non-interactive --pure-lockfile --cache-folder "${srcdir}/yarn-cache"
echo "Building : Install Build Dependencies | [Build] | Done"
if [[ ${CARCH} == "armv7h" ]]; then