summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2023-05-04 19:09:46 +0000
committerthomaseizinger2023-05-04 19:09:46 +0000
commit494ba79906e034387218649eaba455b94f8de41d (patch)
tree4877e06692234c714a324467d442dff28637ca16
parentd838289476071f16ce961fb21cf655254e1987d4 (diff)
downloadaur-494ba79906e034387218649eaba455b94f8de41d.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 40d8852e676c..dabd30118276 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 221118
+ pkgver = 230502
pkgrel = 1
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=221118-e58fee0fb
+ source = git+https://github.com/photoprism/photoprism.git#tag=230502-c405f6eff
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 cd6551f6d72e..d7cea9e6c7e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="221118"
-commit="e58fee0fb"
+pkgver="230502"
+commit="c405f6eff"
pkgrel=1
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "