summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4660405dd67b..3ab886aef097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=photoprism
pkgver="210523"
commit="b1856b9d"
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "
arch=(x86_64 aarch64)
@@ -35,7 +35,7 @@ validpgpkeys=()
build() {
cd "$pkgname"-"$pkgver"-"$commit"
- GOPATH="$srcdir" scripts/build.sh prod ./photoprism
+ GOPATH="$srcdir" GOCACHE="/tmp/gocache" scripts/build.sh prod ./photoprism
cd "frontend";
npm install