summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Eizinger2021-07-22 20:23:52 +1000
committerThomas Eizinger2021-07-22 20:23:52 +1000
commit721dcf73c7b5a7c866b6839aef2f5e9a700ac391 (patch)
tree82077038a7dfef9673b47eaaa6b6e6011393ebdd
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 :)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a218a1d1863f..0bed8bf5d74c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
pkgver = 210523
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/photoprism/photoprism
arch = x86_64
arch = aarch64
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