summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2023-10-23 00:20:07 +0000
committerthomaseizinger2023-10-23 00:20:07 +0000
commit8e5032f35c294d8e97ced87e7f071ea380516bfa (patch)
treedf8e1b944f7859609a1913c8baeb304a5c838664
parent3eceb843f99d62424f10c0f01c93889742f220d7 (diff)
downloadaur-8e5032f35c294d8e97ced87e7f071ea380516bfa.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 8bba9a45da30..105a3661d70d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 231011
+ pkgver = 231021
pkgrel = 0
url = https://github.com/photoprism/photoprism
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = photoprism
provides = photoprism
conflicts = photoprism
backup = etc/photoprism/options.yml
- source = git+https://github.com/photoprism/photoprism.git#tag=231011-63f708417
+ source = git+https://github.com/photoprism/photoprism.git#tag=231021-9abea5b55
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 d85d62caa8cf..a5c27b808cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="231011"
-commit="63f708417"
+pkgver="231021"
+commit="9abea5b55"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "