This build is broken [CI SKIP]
parent
e5247f6a36
commit
22c8b5c954
|
@ -11,7 +11,7 @@ pipeline:
|
|||
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
|
||||
- su builder
|
||||
# Build the package
|
||||
- yes | makepkg -s --noconfirm --needed
|
||||
- makepkg -s --noconfirm --needed
|
||||
|
||||
publish:
|
||||
image: 'archlinux:latest'
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -50,7 +50,7 @@ prepare() {
|
|||
cd "${srcdir}/joplin-${pkgver}"
|
||||
tar xvJf "${srcdir}/joplin-patches.tar.xz"
|
||||
patch -p1 < "${srcdir}/0005-All-Fixed-issue-where-synchroniser-would-try-to-upda.patch"
|
||||
patch -R -p1 < "${srcdir}/0007-Tools-Use-Yarn-3-to-manage-monorepo-5833.patch"
|
||||
patch -p1 < "${srcdir}/0007-Tools-Use-Yarn-3-to-manage-monorepo-5833.patch"
|
||||
|
||||
msg2 "Tweaking lerna.json"
|
||||
local tmp_json="$(mktemp --tmpdir="$srcdir")"
|
||||
|
|
Loading…
Reference in New Issue