summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Eizinger2021-07-22 20:23:52 +1000
committerThomas Eizinger2021-07-22 20:23:52 +1000
commit721dcf73c7b5a7c866b6839aef2f5e9a700ac391 (patch)
tree82077038a7dfef9673b47eaaa6b6e6011393ebdd /PKGBUILD
parente0e40851eaa4deebc53197a00bd9c5d560211fae (diff)
downloadaur-721dcf73c7b5a7c866b6839aef2f5e9a700ac391.tar.gz
Don't set any GO variables explicitly
This is not necessary if GO is set up properly on the target machine. Sorry for the pkgrel noise in case anyone is reading this :)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ab886aef097..1799762738ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=photoprism
pkgver="210523"
commit="b1856b9d"
-pkgrel=3
+pkgrel=4
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" GOCACHE="/tmp/gocache" scripts/build.sh prod ./photoprism
+ scripts/build.sh prod ./photoprism
cd "frontend";
npm install