summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Eizinger2021-07-22 19:52:43 +1000
committerThomas Eizinger2021-07-22 19:52:43 +1000
commitb88d486e83f0d26682f826bdde39f959be5c9099 (patch)
tree022f62fb39f931c463b2b86f427b3f5047f33e54
parenta9bf127845643fb81283b8eabdba67ce6387f090 (diff)
downloadaur-b88d486e83f0d26682f826bdde39f959be5c9099.tar.gz
Set GOPATH explicitly
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e716777012c..5e8d0466d3c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
pkgver = 210523
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/photoprism/photoprism
arch = x86_64
arch = aarch64
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