summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-07-06 12:46:33 -0600
committerMark Wagie2021-07-06 12:46:33 -0600
commit34adab65242dc8f25f45d39f13faee8f788cd714 (patch)
tree47b9a805706e7eba00d012d35c02ea2effd623ec
parent69a1342bd85f15f314ed22342e68f5fa1c23ca45 (diff)
downloadaur-34adab65242dc8f25f45d39f13faee8f788cd714.tar.gz
use local npm cache
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd17368773be..aa273729d790 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tutanota-desktop
pkgdesc = Official Tutanota email client
pkgver = 3.84.10
- pkgrel = 1
+ pkgrel = 2
url = https://tutanota.com
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6cf4be26ac0c..842bbcb8ad68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ganthern <https://github.com/ganthern>
pkgname=tutanota-desktop
pkgver=3.84.10
-pkgrel=1
+pkgrel=2
pkgdesc="Official Tutanota email client"
arch=('x86_64')
url="https://tutanota.com"
@@ -19,7 +19,7 @@ sha256sums=('b7a1e1652addb94c4b41f3868989fcea39c72851c03a8be4a4f708f8ad5ec6b3'
build() {
cd "${pkgname%-*}-${pkgname%-*}-release-$pkgver"
- npm install
+ npm install --cache "$srcdir/npm-cache"
node dist -l --custom-desktop-release --unpacked
}