summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2023-06-25 13:07:41 +0000
committerthomaseizinger2023-06-25 13:07:41 +0000
commit11b12f0bc8c346fb0c73953fae6acf1995a50a5d (patch)
tree5e070f5d19d8d1e590e0421f5264af43015b1866
parent492ed4a742a81f2407e17df4f19ddb4031690e01 (diff)
downloadaur-11b12f0bc8c346fb0c73953fae6acf1995a50a5d.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 2bb4dcf268a5..4f4514109283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 230615
+ pkgver = 230625
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=230615-90a18f6e7
+ source = git+https://github.com/photoprism/photoprism.git#tag=230625-17242fb07
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 6c9096a0b6bd..776473347d01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="230615"
-commit="90a18f6e7"
+pkgver="230625"
+commit="17242fb07"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "