summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Eizinger2021-07-22 19:52:43 +1000
committerThomas Eizinger2021-07-22 19:52:43 +1000
commitb88d486e83f0d26682f826bdde39f959be5c9099 (patch)
tree022f62fb39f931c463b2b86f427b3f5047f33e54 /PKGBUILD
parenta9bf127845643fb81283b8eabdba67ce6387f090 (diff)
downloadaur-b88d486e83f0d26682f826bdde39f959be5c9099.tar.gz
Set GOPATH explicitly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dd847044cac..4660405dd67b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=photoprism
pkgver="210523"
commit="b1856b9d"
-pkgrel=1
+pkgrel=2
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"
- scripts/build.sh prod ./photoprism
+ GOPATH="$srcdir" scripts/build.sh prod ./photoprism
cd "frontend";
npm install