summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2022-01-27 09:38:48 +0000
committerthomaseizinger2022-01-27 09:38:48 +0000
commit420a707c4c3e1a5e8693725077173846dcb8395f (patch)
treedc330978dabcec00abb72ced93dda21da1f3f139
parent779ede0c1148fa9c50473e1c8234fcbc44e60834 (diff)
downloadaur-420a707c4c3e1a5e8693725077173846dcb8395f.tar.gz
Update AUR package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f814c284a77..76300fc47a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 220107
+ pkgver = 220121
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=220107-f5b7ef83
+ source = git+https://github.com/photoprism/photoprism.git#tag=220121-2b4c8e1f
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 7fc760eb296a..ee16dcaf2218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="220107"
-commit="f5b7ef83"
+pkgver="220121"
+commit="2b4c8e1f"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "