summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-05-18 08:42:37 -0600
committerMark Wagie2021-05-18 08:42:37 -0600
commit041b83d4f412e62fb965dd4105e7fa62938e4226 (patch)
tree105ca588cd4d8e810728ee9882b5355a26db1f59 /PKGBUILD
parentf4fe3a22bc7caf459dd237e32011ea6a4f247757 (diff)
downloadaur-041b83d4f412e62fb965dd4105e7fa62938e4226.tar.gz
use local build cache
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 456802c43adb..a3dafe314df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark wagie <mark dot wagie at tutanota dot com>
pkgname=gnome-shell-extension-gtile-git
-pkgver=43.r0.ga6ae01f
+pkgver=44.r1.gb0ae671
pkgrel=1
pkgdesc="A window tiling extension for GNOME"
arch=('any')
@@ -22,7 +22,8 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- bazel build :install-extension
+ export YARN_CACHE_FOLDER="$srcdir/yarn-cache"
+ bazel --output_user_root="$srcdir/bazel-cache" build :install-extension
}
package() {