From c56fcdaddfdb85f28f6e3333e2934292fce1a1c9 Mon Sep 17 00:00:00 2001 From: Mark Wagie Date: Wed, 30 Apr 2025 11:09:56 -0600 Subject: [PATCH] drop package --- PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index bd91c7b444b3..c774ab729e3a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer: Mark Wagie +# Maintainer: +# Contributor: Mark Wagie # Contributor: Caleb Maclennan pkgname=ezra-bible-app pkgver=1.16.3 @@ -38,16 +39,7 @@ prepare() { build() { cd "$pkgname" export npm_config_cache="$srcdir/npm_cache" - npm install - npm run compile-pug - npm run commit-info - npm run install-node-prune - npm i node-pre-gyp rebuild - npm run rebuild - npm run prune-node-modules - rm -rf /tmp/electron-packager &> /dev/null - npm run purge-build-artifacts - npm run package-linux + npm run build-linux } package() {