summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Eizinger2022-01-27 20:13:39 +1100
committerThomas Eizinger2022-01-27 20:13:39 +1100
commitc57c1beb94f70ee597764a9625777a6a91d661a7 (patch)
tree5b1c34230a546402b26fcc0af498c3b761361118
parentc0bac3594d34a6e569d8532b2dfad71d3cf8e94f (diff)
downloadaur-c57c1beb94f70ee597764a9625777a6a91d661a7.tar.gz
Downgrade photoprism to test auto-update script
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76300fc47a9e..4f814c284a77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 220121
+ pkgver = 220107
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=220107-f5b7ef83
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..7fc760eb296a 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="220107"
+commit="f5b7ef83"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "