summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2022-03-09 07:55:31 +0000
committerthomaseizinger2022-03-09 07:55:31 +0000
commitb522e8db04cfa6e03fa0dd43c2443c5005af7309 (patch)
treec7fb0a2c869f1c0199f556de22ca628d09814d39
parent420a707c4c3e1a5e8693725077173846dcb8395f (diff)
downloadaur-b522e8db04cfa6e03fa0dd43c2443c5005af7309.tar.gz
Update AUR package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76300fc47a9e..79891abaa913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 220121
+ pkgver = 220302
pkgrel = 0
url = https://github.com/photoprism/photoprism
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = photoprism
provides = photoprism
conflicts = photoprism
backup = etc/photoprism/options.yml
- source = git+https://github.com/photoprism/photoprism.git#tag=220121-2b4c8e1f
+ source = git+https://github.com/photoprism/photoprism.git#tag=220302-0059f429
source = https://dl.photoprism.org/tensorflow/nasnet.zip
source = https://dl.photoprism.org/tensorflow/facenet.zip
source = https://dl.photoprism.org/tensorflow/nsfw.zip
diff --git a/PKGBUILD b/PKGBUILD
index ee16dcaf2218..31efb82f952f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="220121"
-commit="2b4c8e1f"
+pkgver="220302"
+commit="0059f429"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "
@@ -44,7 +44,7 @@ validpgpkeys=()
build() {
cd "$pkgname"
- scripts/build.sh prod ./photoprism
+ DOCKER_ARCH=$CARCH GO_BIN=/usr/bin/go scripts/build.sh prod ./photoprism
cd "frontend";
npm install