summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hua2022-12-14 11:35:15 +0800
committerZhang Hua2022-12-14 11:35:15 +0800
commit0050f60c190a1eb21da6c25f61f11cd55f027c2a (patch)
treeef25598c9a62ebabb37d67a4658d480b57a881aa
parent19397fe1474630d85fc16c2d98a04c28075322e3 (diff)
downloadaur-0050f60c190a1eb21da6c25f61f11cd55f027c2a.tar.gz
Fix build issue
This is because ts-node's executing permission is missing
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898e99da9a77..4e2334300cfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icalingua++-git
pkgdesc = A Linux client for QQ and more(fork to upgrading)
- pkgver = 2.7.7.r2.29.gd5bb6fc8
+ pkgver = 2.7.8.r21.g0348783e
pkgrel = 1
url = https://github.com/Icalingua-plus-plus/Icalingua-plus-plus
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index a166447dfdee..6c15643139c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Clansty <i at gao4 dot pw>
pkgname=("icalingua++-git" "icalingua++-electron-git")
-pkgver=2.7.7.r2.29.gd5bb6fc8
+pkgver=2.7.8.r21.g0348783e
pkgrel=1
pkgdesc='A Linux client for QQ and more(fork to upgrading)'
license=('AGPL')
@@ -29,6 +29,7 @@ build(){
cd "${srcdir}/Icalingua"
export NODE_OPTIONS=--openssl-legacy-provider
node /usr/lib/node_modules/corepack/dist/pnpm.js install
+ chmod +x node_modules/ts-node/dist/bin.js
cd icalingua
node /usr/lib/node_modules/corepack/dist/pnpm.js run build:dir
}