summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2023-09-25 00:37:01 +0000
committerthomaseizinger2023-09-25 00:37:01 +0000
commit830af324c923510248071d4480bfabfc5907ed31 (patch)
tree100ef7f4c872ec71b578093fb346b032f8e5f5f8
parent9964f83eb0f53ea7dfc178d19c9785a57d26edae (diff)
downloadaur-830af324c923510248071d4480bfabfc5907ed31.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 9f636359603e..b7bd0eb93f3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 230719
+ pkgver = 230923
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=230719-73fa7bbe8
+ source = git+https://github.com/photoprism/photoprism.git#tag=230923-e59851350
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 b795b2be44a7..9aaa006692e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="230719"
-commit="73fa7bbe8"
+pkgver="230923"
+commit="e59851350"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "